summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2020-02-23 11:55:20 +0000
committerGitHub <noreply@github.com>2020-02-23 11:55:20 +0000
commit55aa7f96c17b46071616df3106219ff8230f7c7b (patch)
tree2e3af4d525d783d2fc61a1852564c5dd4385c0cd /docs/conf.py
parent24472ce71832a2b516e0c96fe73587208eb33c65 (diff)
parent8c2609775755d991c9905a0852c2770a79d1c091 (diff)
Merge branch 'master' into docker/opencontainers
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index af255e230..ebcd102b2 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -11,7 +11,7 @@ DOCS_URL = os.environ.get("DOCS_URL", "https://asciimoo.github.io/searx/")
# Project --------------------------------------------------------------
project = u'searx'
-copyright = u'2015-2019, Adam Tauber, Noémi Ványi'
+copyright = u'2015-2020, Adam Tauber, Noémi Ványi'
author = u'Adam Tauber'
release, version = VERSION_STRING, VERSION_STRING
highlight_language = 'none'
@@ -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"),
]
}