Skip to content

Commit ca79612

Browse files
committed
docs: fixes
1 parent e52d3df commit ca79612

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: docs/02-configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ $api = new OpenWeatherMap('yourapikey', [
6969

7070
> [!IMPORTANT]
7171
> The [PHP API SDK](https://github.com/programmatordev/php-api-sdk) library was used to create the OpenWeatherMap PHP API.
72-
> To get to know about all the available methods, make sure to check the documentation [here](https://github.com/programmatordev/php-api-sdk?tab=readme-ov-file#php-api-sdk).
72+
> To get to know about all the available methods, make sure to check the documentation [here](https://github.com/programmatordev/php-api-sdk?tab=readme-ov-file#documentation).
7373
7474
The following sections have examples of some of the most important methods,
7575
particularly related with the configuration of the client, cache and logger.

Diff for: docs/03-supported-apis.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ Semantics of values:
252252
> Setting cache to `null` or `0` seconds will **not** invalidate any existing cache.
253253
254254
Available for all APIs if a cache adapter is set.
255-
Check the following [documentation](02-configuration.md#cache) for more information.
255+
Check the following [documentation](02-configuration.md#setcachebuilder) for more information.
256256

257257
```php
258258
// cache will be saved for 1 hour for this request alone

0 commit comments

Comments
 (0)