summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-04-25 14:30:18 +0200
committerGitHub <noreply@github.com>2021-04-25 14:30:18 +0200
commitd20f2822d03e67b436973c8520a288fcc76c409a (patch)
tree27b94ef935cf5eae57e7be6478c665fa3c5c5c32 /docs/conf.py
parenteebac31ccdb052711abb9bce6cbb888ce059f115 (diff)
parent28b25185c51d320c8124292a6194e4c34fa9c3e8 (diff)
Merge pull request #25 from return42/brand-001
SearxNG brand
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index e3379ec8e..998b07ff1 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -38,8 +38,9 @@ jinja_contexts = {
extlinks = {}
# upstream links
-extlinks['wiki'] = ('https://github.com/searx/searx/wiki/%s', ' ')
-extlinks['pull'] = ('https://github.com/searx/searx/pull/%s', 'PR ')
+extlinks['wiki'] = ('https://github.com/searxng/searxng/wiki/%s', ' ')
+extlinks['pull'] = ('https://github.com/searxng/searxng/pull/%s', 'PR ')
+extlinks['pull-searx'] = ('https://github.com/searx/searx/pull/%s', 'PR ')
# links to custom brand
extlinks['origin'] = (brand.GIT_URL + '/blob/' + brand.GIT_BRANCH + '/%s', 'git://')
@@ -84,7 +85,7 @@ intersphinx_mapping = {
"sphinx" : ("https://www.sphinx-doc.org/en/master/", None),
}
-issues_github_path = "searx/searx"
+issues_github_path = "searxng/searxng"
# HTML -----------------------------------------------------------------