diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2020-01-06 15:06:36 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-01-06 15:06:36 +0100 |
commit | 86b51636410cdf699727c9d64ffb6520ef5a0dad (patch) | |
tree | fefb28410baa8325b8ccbe2a908c0aeec19eefee /docs | |
parent | f521a279ac5c77f13ea01a0ed440544a4d92df42 (diff) | |
download | searxng-86b51636410cdf699727c9d64ffb6520ef5a0dad.tar.gz searxng-86b51636410cdf699727c9d64ffb6520ef5a0dad.zip |
docs: move wiki/Searx-instances from wiki to docs
fix project link in conf.py
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index be0c9d6ee..af255e230 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -94,7 +94,7 @@ html_context = { "project_links": [ ProjectLink("Source", GIT_URL), ProjectLink("Wiki", "https://github.com/asciimoo/searx/wiki"), - ProjectLink("Public instances", "https://github.com/asciimoo/searx/wiki/Searx-instances"), + ProjectLink("Public instances", "https://asciimoo.github.io/searx/user/public_instances.html"), ProjectLink("Twitter", "https://twitter.com/Searx_engine"), ] } |