From 3814885dac7ab23c46f65aec6d3072ff021f51d3 Mon Sep 17 00:00:00 2001 From: Matthew Turland Date: Sat, 28 Dec 2024 17:47:49 -0600 Subject: [PATCH] Fix search plugins link on urlrewrite_search page --- Plugins/urlrewrite_search.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugins/urlrewrite_search.md b/Plugins/urlrewrite_search.md index c492ae3ca..ab09bb58a 100644 --- a/Plugins/urlrewrite_search.md +++ b/Plugins/urlrewrite_search.md @@ -10,7 +10,7 @@ dateCreated: 2022-09-18T05:16:27.393Z # Search -Use entry title and try to search it from supported sites. Accepts list of [search plugins](/Searches) in order of priority. If entry is not found from any of the sites it will be rejected. +Use entry title and try to search it from supported sites. Accepts list of [search plugins](/Plugins/Searches) in order of priority. If entry is not found from any of the sites it will be rejected. This can be used when there is no other way to get working download URL, ie. when input plugin does not provide any relevant URLs only titles. When relying on searching please make sure you're not querying too much, use [interval](/Plugins/interval) plugin to limit searches between few hours. @@ -24,4 +24,4 @@ urlrewrite_search: apikey: myapikeyfromnzbmatrix username: myznbmatrixusername catid: 2 -``` \ No newline at end of file +```