Skip to content

Commit

Permalink
docs: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepimpao committed May 13, 2024
1 parent e52d3df commit ca79612
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/02-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ $api = new OpenWeatherMap('yourapikey', [

> [!IMPORTANT]
> The [PHP API SDK](https://github.com/programmatordev/php-api-sdk) library was used to create the OpenWeatherMap PHP API.
> 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).
> 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).
The following sections have examples of some of the most important methods,
particularly related with the configuration of the client, cache and logger.
Expand Down
2 changes: 1 addition & 1 deletion docs/03-supported-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ Semantics of values:
> Setting cache to `null` or `0` seconds will **not** invalidate any existing cache.
Available for all APIs if a cache adapter is set.
Check the following [documentation](02-configuration.md#cache) for more information.
Check the following [documentation](02-configuration.md#setcachebuilder) for more information.

```php
// cache will be saved for 1 hour for this request alone
Expand Down

0 comments on commit ca79612

Please sign in to comment.