logo

searx

My custom branche(s) on searx, a meta-search engine
commit: e3369174febd2ce433c6fd5add353c04c4315cf2
parent: 449ffeeeef8659aef076bbcafec1e781c99c1667
Author: asciimoo <asciimoo@gmail.com>
Date:   Tue, 21 Jan 2014 12:38:51 +0100

[fix] link

Diffstat:

Msearx/templates/about.html2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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>