summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorDalf <alex@al-f.net>2020-02-14 13:45:50 +0100
committerDalf <alex@al-f.net>2020-02-14 13:48:44 +0100
commit88f9ac58f4577e3efed63bceb91b51258060a8a0 (patch)
treedbf8b3714d1664dc28eadc8bc58cfa46d4faee1b /docs/conf.py
parent7f224713e5bfdb22b543129d9ada698b8cefd6a3 (diff)
downloadsearxng-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.py2
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"),
]
}