Skip to content

Commit 9f0e25d

Browse files
committed
chore(docs): some fixes
1 parent 9e9a5d9 commit 9f0e25d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/02-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ $openWeatherMap = new OpenWeatherMap(
230230
231231
## Config Object
232232

233-
Configuration getters and setters for all options are available to access and change after initialization.
233+
Configuration getters and setters for all options are available to access and change after initialization:
234234

235235
```php
236236
use ProgrammatorDev\OpenWeatherMap\Config;

docs/05-objects.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,19 @@
5555

5656
### OneCall
5757

58-
`getCoordinate()`: [`Coordinate`](#coordinate)
58+
`getCoordinate()`: [`Coordinate`](05-objects.md#coordinate)
5959

60-
`getTimezone()`: [`Timezone`](#timezone)
60+
`getTimezone()`: [`Timezone`](05-objects.md#timezone)
6161

62-
`getCurrent()`: [`Weather`](#weather)
62+
`getCurrent()`: [`Weather`](05-objects.md#weather)
6363

64-
`getMinutelyForecast()`: [`?MinutelyForecast[]`](#minuteforecast)
64+
`getMinutelyForecast()`: [`?MinuteForecast[]`](05-objects.md#minuteforecast)
6565

66-
`getHourlyForecast()`: [`Weather[]`](#weather)
66+
`getHourlyForecast()`: [`Weather[]`](05-objects.md#weather)
6767

68-
`getDailyForecast()`: [`Weather[]`](#weather)
68+
`getDailyForecast()`: [`Weather[]`](05-objects.md#weather)
6969

70-
`getAlerts()`: [`?Alert[]`](#alert)
70+
`getAlerts()`: [`?Alert[]`](05-objects.md#alert)
7171

7272
### Weather
7373

0 commit comments

Comments
 (0)