diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2021-04-25 12:03:54 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-04-25 14:25:08 +0200 |
commit | 28b25185c51d320c8124292a6194e4c34fa9c3e8 (patch) | |
tree | a0cbe498f1c0a6a7be6e0f15c1b271e981be82cf /docs/conf.py | |
parent | c6a5cc019ae27b1892b38afd33090653d07f33be (diff) | |
download | searxng-28b25185c51d320c8124292a6194e4c34fa9c3e8.tar.gz searxng-28b25185c51d320c8124292a6194e4c34fa9c3e8.zip |
[brand] searxng -- fix links to issue tracker & WEB-GUI
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 7 |
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 ----------------------------------------------------------------- |