Browse Source

Merge pull request #554 from pyprism/patch-1

Fixed broken link
Adam Tauber 9 years ago
parent
commit
f5be28eedb
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.rst

+ 1
- 1
README.rst View File

@@ -18,7 +18,7 @@ Installation
18 18
    ``git clone git@github.com:asciimoo/searx.git && cd searx``
19 19
 -  install dependencies: ``./manage.sh update_packages``
20 20
 -  edit your
21
-   `settings.yml <https://github.com/asciimoo/searx/blob/master/settings.yml>`__
21
+   `settings.yml <https://github.com/asciimoo/searx/blob/master/searx/settings.yml>`__
22 22
    (set your ``secret_key``!)
23 23
 -  run ``python searx/webapp.py`` to start the application
24 24