From 7e07cf2ff666348665220e4ea64c63aac26b9d33 Mon Sep 17 00:00:00 2001 From: seanbreckenridge Date: Sat, 18 Mar 2023 04:17:26 -0700 Subject: [PATCH] docs: fix broken links in COMMANDS.md --- COMMANDS.MD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/COMMANDS.MD b/COMMANDS.MD index 6387959..b0656eb 100644 --- a/COMMANDS.MD +++ b/COMMANDS.MD @@ -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 Method](#cache-change-cache-method) - [Indexer](#indexer) - - [Anime](#anime) - - [Manga](#manga) + - [Anime](#indexer-anime) + - [Manga](#indexer-manga) ## 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) - +### Indexer #### Indexer: Anime 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. @@ -108,4 +108,4 @@ indexer:anime Example: `indexer:manga` -This simply translates to running the indexer without any additional configuration. \ No newline at end of file +This simply translates to running the indexer without any additional configuration.