Merge pull request #355 from seanbreckenridge/fix-links-commands-docs

docs: fix broken links in COMMANDS.md
This commit is contained in:
Irfan 2023-04-24 05:31:39 +05:00 committed by GitHub
commit ae7d330884
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,8 +12,8 @@ For an entire list of commands, you can run `php artisan list`
- [Change Cache Driver](#cache-change-cache-driver) - [Change Cache Driver](#cache-change-cache-driver)
- [Change Cache Method](#cache-change-cache-method) - [Change Cache Method](#cache-change-cache-method)
- [Indexer](#indexer) - [Indexer](#indexer)
- [Anime](#anime) - [Anime](#indexer-anime)
- [Manga](#manga) - [Manga](#indexer-manga)
## Commands ## Commands
@ -61,7 +61,7 @@ Example: `cache:method queue`
[Read more on how it works](https://github.com/jikan-me/jikan-rest/blob/master/README.md#06-configuring-how-jikan-handles-expired-cache-optional) [Read more on how it works](https://github.com/jikan-me/jikan-rest/blob/master/README.md#06-configuring-how-jikan-handles-expired-cache-optional)
### Indexer
#### Indexer: Anime #### Indexer: Anime
Since v4 uses MongoDB as a means to index cache on some endpoints, having a built cache is important since it Since v4 uses MongoDB as a means to index cache on some endpoints, having a built cache is important since it
works best for endpoints like search or top. works best for endpoints like search or top.
@ -108,4 +108,4 @@ indexer:anime
Example: `indexer:manga` Example: `indexer:manga`
This simply translates to running the indexer without any additional configuration. This simply translates to running the indexer without any additional configuration.