diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2020-02-20 18:31:05 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-20 18:31:05 +0000 |
| commit | 2ade2ce10abda68043f1dd11f9d976941296d2e8 (patch) | |
| tree | db7001c98b47b4d932dc0fbccae7854c01398ded /docs/conf.py | |
| parent | 6df41728872934fe0e7f12c0a272d370f50d26a9 (diff) | |
| parent | a9d184473f8da473918ad02ca1b3346420b296fc (diff) | |
Merge pull request #1855 from return42/fix-dead-links
docs: fix dead Searx-instance links 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 cd61b697e..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' |