diff options
Diffstat (limited to 'searx/engines')
| -rw-r--r-- | searx/engines/piped.py | 4 | ||||
| -rw-r--r-- | searx/engines/seekr.py | 4 |
2 files changed, 4 insertions, 4 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 =============== diff --git a/searx/engines/seekr.py b/searx/engines/seekr.py index 3bd739964..aa2404267 100644 --- a/searx/engines/seekr.py +++ b/searx/engines/seekr.py @@ -32,8 +32,8 @@ Known Quirks The implementation to support :py:obj:`paging <searx.enginelib.Engine.paging>` is based on the *nextpage* method of Seekr's REST API. 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 +page driven* and plays well with the :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 |