diff options
| -rw-r--r-- | docs/admin/engines/configured_engines.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/admin/engines/configured_engines.rst b/docs/admin/engines/configured_engines.rst index 4898cd5ea..dabd35011 100644 --- a/docs/admin/engines/configured_engines.rst +++ b/docs/admin/engines/configured_engines.rst @@ -30,7 +30,7 @@ Explanation of the :ref:`general engine configuration` shown in the table * - Name - Shortcut - - Engine + - Module - Disabled - Timeout - Weight @@ -43,7 +43,7 @@ Explanation of the :ref:`general engine configuration` shown in the table * - `{{name}} <{{mod.about and mod.about.website}}>`_ - ``!{{mod.shortcut}}`` - - {{mod.__name__}} + - :origin:`{{mod.__name__}} <searx/engines/{{mod.__name__}}.py>` - {{(mod.disabled and "y") or ""}} {%- if mod.about and mod.about.language %} ({{mod.about.language | upper}}) |