From d010053f36a1ad348fb7976ea9bccfd9a6876a66 Mon Sep 17 00:00:00 2001 From: dvdbot Date: Thu, 6 Jun 2019 21:27:34 +0200 Subject: [PATCH] correct the aggregate example (#5412) Without the `/api` on the end it works but with it doesn't so maybe a typo? --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6fb23719..fe17b4e81 100644 --- a/README.md +++ b/README.md @@ -385,7 +385,7 @@ Trackers marked with [![(invite needed)][inviteneeded]](#) have no active maint ### Aggregate indexers -A special "all" indexer is available at `/api/v2.0/indexers/all/results/torznab/api`. +A special "all" indexer is available at `/api/v2.0/indexers/all/results/torznab`. It will query all configured indexers and return the combined results. If your client supports multiple feeds it's recommended to add each indexer directly instead of using the all indexer.