diff options
| -rw-r--r-- | searx/templates/about.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/about.html b/searx/templates/about.html index 4e3f4bf4e..1219c2ebe 100644 --- a/searx/templates/about.html +++ b/searx/templates/about.html @@ -39,7 +39,7 @@ Searx can be added to your browser's search bar, moreover it can be set as the d <h3>New engines?</h3> <ul> - <li>Edit your engines.cfg, see <a href="https://raw.github.com/asciimoo/searx/master/engines.cfg_sample">sample config</a></li> + <li>Edit your <a href="https://raw.github.com/asciimoo/searx/master/settings.yml">settings.yml</a></li> <li>Create your custom engine module, check the <a href="https://github.com/asciimoo/searx/blob/master/examples/basic_engine.py">example engine</a></li> </ul> <p>Don't forget to restart searx after config edit!</p> |