summaryrefslogtreecommitdiff
path: root/searx
diff options
context:
space:
mode:
authorasciimoo <asciimoo@gmail.com>2014-01-21 12:38:51 +0100
committerasciimoo <asciimoo@gmail.com>2014-01-21 12:38:51 +0100
commite3369174febd2ce433c6fd5add353c04c4315cf2 (patch)
treed14347b460442208f7b3f940d991e6b9383b5737 /searx
parent449ffeeeef8659aef076bbcafec1e781c99c1667 (diff)
[fix] link
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 4d80235de..bb0a3e882 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
<h3>New engines?</h3>
<ul>
- <li>Edit your <a href="https://raw.github.com/asciimoo/searx/master/settings.yml">settings.yml</a></li>
+ <li>Edit your <a href="https://raw.github.com/asciimoo/searx/master/searx/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>