diff options
author | Dalf <alex@al-f.net> | 2020-02-14 13:45:50 +0100 |
---|---|---|
committer | Dalf <alex@al-f.net> | 2020-02-14 13:48:44 +0100 |
commit | 88f9ac58f4577e3efed63bceb91b51258060a8a0 (patch) | |
tree | dbf8b3714d1664dc28eadc8bc58cfa46d4faee1b /docs/conf.py | |
parent | 7f224713e5bfdb22b543129d9ada698b8cefd6a3 (diff) | |
download | searxng-88f9ac58f4577e3efed63bceb91b51258060a8a0.tar.gz searxng-88f9ac58f4577e3efed63bceb91b51258060a8a0.zip |
[mod] move public instance list to https://searx.space
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 af255e230..cd61b697e 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://asciimoo.github.io/searx/user/public_instances.html"), + ProjectLink("Public instances", "https://searx.space/"), ProjectLink("Twitter", "https://twitter.com/Searx_engine"), ] } |