Browse Source

[doc] about page updates

asciimoo 11 years ago
parent
commit
b7fa79081f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      searx/templates/about.html

+ 1
- 1
searx/templates/about.html View File

39
 
39
 
40
 <h3>New engines?</h3>
40
 <h3>New engines?</h3>
41
 <ul>
41
 <ul>
42
-    <li>Edit your engines.cfg, see <a href="https://raw.github.com/asciimoo/searx/master/engines.cfg_sample">sample config</a></li>
42
+    <li>Edit your <a href="https://raw.github.com/asciimoo/searx/master/settings.yml">settings.yml</a></li>
43
     <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>
43
     <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>
44
 </ul>
44
 </ul>
45
 <p>Don't forget to restart searx after config edit!</p>
45
 <p>Don't forget to restart searx after config edit!</p>