diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2020-01-06 14:28:24 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-06 14:28:24 +0000 |
| commit | 22d05b3e596029738eba432e11015f8c03c85312 (patch) | |
| tree | fefb28410baa8325b8ccbe2a908c0aeec19eefee /docs/conf.py | |
| parent | a3bbf95ad53761056a6016779827a624e2233da6 (diff) | |
| parent | 86b51636410cdf699727c9d64ffb6520ef5a0dad (diff) | |
Merge pull request #1791 from return42/add-docs
misc docs
Diffstat (limited to 'docs/conf.py')
| -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"), ] } |