summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2016-05-04 14:51:06 +0200
committerAdam Tauber <asciimoo@gmail.com>2016-05-04 14:51:06 +0200
commitf5be28eedb8af728ddb39de5ba4f8df54e9025f3 (patch)
treedd1f5145b5ec9a844fbedc23802382645ab0f0b3
parentdcc8f996d429e3467f9dab27ed072737e919c2e8 (diff)
parent487d4fdae8e4caa0fe87550e59c5026858392378 (diff)
Merge pull request #554 from pyprism/patch-1
Fixed broken link
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index c0993157d..6563fe8ab 100644
--- a/README.rst
+++ b/README.rst
@@ -18,7 +18,7 @@ Installation
``git clone git@github.com:asciimoo/searx.git && cd searx``
- install dependencies: ``./manage.sh update_packages``
- edit your
- `settings.yml <https://github.com/asciimoo/searx/blob/master/settings.yml>`__
+ `settings.yml <https://github.com/asciimoo/searx/blob/master/searx/settings.yml>`__
(set your ``secret_key``!)
- run ``python searx/webapp.py`` to start the application