Browse Source

[fix] broken link in README from #314

The format changed in 1fcf066, but the link wasn't updated -- until now.
András Veres-Szentkirályi 9 years ago
parent
commit
4a15e65cfa
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.rst

+ 1
- 1
README.rst View File

96
 Runs robot (Selenium) tests, you must have ``firefox`` installed because
96
 Runs robot (Selenium) tests, you must have ``firefox`` installed because
97
 this functional tests actually run the browser and perform operations on
97
 this functional tests actually run the browser and perform operations on
98
 it. Also searx is executed with
98
 it. Also searx is executed with
99
-`settings\_robot <https://github.com/asciimoo/searx/blob/master/searx/settings_robot.py>`__.
99
+`settings\_robot <https://github.com/asciimoo/searx/blob/master/searx/settings_robot.yml>`__.
100
 
100
 
101
 ``make flake8``
101
 ``make flake8``
102
 '''''''''''''''
102
 '''''''''''''''