diff options
author | András Veres-Szentkirályi <vsza@vsza.hu> | 2015-10-26 13:40:06 +0100 |
---|---|---|
committer | András Veres-Szentkirályi <vsza@vsza.hu> | 2015-10-26 13:40:06 +0100 |
commit | 4a15e65cfafa3de3534e0dd0dd1b9be59f00d461 (patch) | |
tree | 83fc05fe3addbbd49e150c692077fdb5c9c7194c /README.rst | |
parent | 3a2f29344a2846f530418632b88db4e345f32249 (diff) | |
download | searxng-4a15e65cfafa3de3534e0dd0dd1b9be59f00d461.tar.gz searxng-4a15e65cfafa3de3534e0dd0dd1b9be59f00d461.zip |
[fix] broken link in README from #314
The format changed in 1fcf066, but the link wasn't updated -- until now.
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst index 669741ef3..cf1263c0f 100644 --- a/README.rst +++ b/README.rst @@ -96,7 +96,7 @@ remember 'untested code is broken code'. Runs robot (Selenium) tests, you must have ``firefox`` installed because this functional tests actually run the browser and perform operations on it. Also searx is executed with -`settings\_robot <https://github.com/asciimoo/searx/blob/master/searx/settings_robot.py>`__. +`settings\_robot <https://github.com/asciimoo/searx/blob/master/searx/settings_robot.yml>`__. ``make flake8`` ''''''''''''''' |