summaryrefslogtreecommitdiff
path: root/searx
diff options
context:
space:
mode:
authorasciimoo <asciimoo@gmail.com>2014-01-19 23:17:50 +0100
committerasciimoo <asciimoo@gmail.com>2014-01-19 23:17:50 +0100
commitb7fa79081f3c7c9ce2974c406e07b1e48cb9534a (patch)
tree8fe1e15f0162401db49e640f36603f226143087f /searx
parentf6f9af457720bae6fd148f08feeb8ea043f32bd4 (diff)
[doc] about page updates
Diffstat (limited to 'searx')
-rw-r--r--searx/templates/about.html2
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>