diff options
| author | asciimoo <asciimoo@gmail.com> | 2014-01-19 23:17:50 +0100 |
|---|---|---|
| committer | asciimoo <asciimoo@gmail.com> | 2014-01-19 23:17:50 +0100 |
| commit | b7fa79081f3c7c9ce2974c406e07b1e48cb9534a (patch) | |
| tree | 8fe1e15f0162401db49e640f36603f226143087f | |
| parent | f6f9af457720bae6fd148f08feeb8ea043f32bd4 (diff) | |
[doc] about page updates
| -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> |