summaryrefslogtreecommitdiff
path: root/searx/brand.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/brand.py')
-rw-r--r--searx/brand.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/searx/brand.py b/searx/brand.py
index 7fcab6fad..cede5a270 100644
--- a/searx/brand.py
+++ b/searx/brand.py
@@ -1,7 +1,9 @@
+SEARX_URL = ''
GIT_URL = 'https://github.com/searx/searx'
GIT_BRANCH = 'master'
ISSUE_URL = 'https://github.com/searx/searx/issues'
-SEARX_URL = 'https://searx.me'
DOCS_URL = 'https://searx.github.io/searx'
PUBLIC_INSTANCES = 'https://searx.space'
CONTACT_URL = ''
+WIKI_URL = 'https://github.com/searx/searx/wiki'
+TWITTER_URL = 'https://twitter.com/Searx_engine'