diff options
author | Adam Tauber <asciimoo@gmail.com> | 2017-06-25 18:28:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-25 18:28:30 +0200 |
commit | b50c89f50358c0846c590a3db3dae8d439c08699 (patch) | |
tree | 2bb42ab4e850716640612e0eec2a3134611e5920 | |
parent | 39e828df344059c8f871876ba3b00137dc82b630 (diff) | |
parent | 5835ebf9552af7251754f8a51dd777d022415771 (diff) | |
download | searxng-b50c89f50358c0846c590a3db3dae8d439c08699.tar.gz searxng-b50c89f50358c0846c590a3db3dae8d439c08699.zip |
Merge pull request #947 from vachi/patch-2
fix github url
-rw-r--r-- | searx/engines/searx_engine.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/searx_engine.py b/searx/engines/searx_engine.py index 91c264498..d4c85bdc5 100644 --- a/searx/engines/searx_engine.py +++ b/searx/engines/searx_engine.py @@ -2,7 +2,7 @@ Searx (all) @website https://github.com/asciimoo/searx - @provide-api yes (https://asciimoo.ithub.io/searx/dev/search_api.html) + @provide-api yes (https://asciimoo.github.io/searx/dev/search_api.html) @using-api yes @results JSON |