diff options
Diffstat (limited to 'searx/engines/piped.py')
| -rw-r--r-- | searx/engines/piped.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/engines/piped.py b/searx/engines/piped.py index e9585eae1..249540c38 100644 --- a/searx/engines/piped.py +++ b/searx/engines/piped.py @@ -40,8 +40,8 @@ Known Quirks The implementation to support :py:obj:`paging <searx.enginelib.Engine.paging>` is based on the *nextpage* method of Piped's REST API / the :py:obj:`frontend API <frontend_url>`. This feature is *next page driven* and plays well with the -:ref:`infinite_scroll <settings ui>` setting in SearXNG but it does not really -fit into SearXNG's UI to select a page by number. +:ref:`infinite_scroll <settings plugins>` plugin in SearXNG but it does not +really fit into SearXNG's UI to select a page by number. Implementations =============== |