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
    ``git clone git@github.com:asciimoo/searx.git && cd searx``
18
    ``git clone git@github.com:asciimoo/searx.git && cd searx``
19
 -  install dependencies: ``./manage.sh update_packages``
19
 -  install dependencies: ``./manage.sh update_packages``
20
 -  edit your
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
    (set your ``secret_key``!)
22
    (set your ``secret_key``!)
23
 -  run ``python searx/webapp.py`` to start the application
23
 -  run ``python searx/webapp.py`` to start the application
24
 
24