diff options
author | Alexandre Flament <alex@al-f.net> | 2020-09-29 12:35:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-29 12:35:11 +0200 |
commit | 9740618227bbd9abe67ceb45c7491d4b444f347d (patch) | |
tree | 971c2a32008ba1a5713db5c1f3cdc7a8dcafaa1e /docs/conf.py | |
parent | 246b8cd1a40a35191a42f5aa1df6e112a5c79ec8 (diff) | |
parent | f204e4903da3e97629bbf37c74e1b603b2e12830 (diff) | |
download | searxng-9740618227bbd9abe67ceb45c7491d4b444f347d.tar.gz searxng-9740618227bbd9abe67ceb45c7491d4b444f347d.zip |
Merge pull request #2226 from dalf/fix-searx-migration
[fix] migration from github.com/asciimoo/searx to github.com/searx/searx : fix URLs
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py index 1f79e4c14..6cbcdfa6c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -35,8 +35,8 @@ jinja_contexts = { extlinks = {} # upstream links -extlinks['wiki'] = ('https://github.com/asciimoo/searx/wiki/%s', ' ') -extlinks['pull'] = ('https://github.com/asciimoo/searx/pull/%s', 'PR ') +extlinks['wiki'] = ('https://github.com/searx/searx/wiki/%s', ' ') +extlinks['pull'] = ('https://github.com/searx/searx/pull/%s', 'PR ') # links to custom brand extlinks['origin'] = (GIT_URL + '/blob/' + GIT_BRANCH + '/%s', 'git://') @@ -81,7 +81,7 @@ intersphinx_mapping = { "sphinx" : ("https://www.sphinx-doc.org/en/master/", None), } -issues_github_path = "asciimoo/searx" +issues_github_path = "searx/searx" # HTML ----------------------------------------------------------------- @@ -99,7 +99,7 @@ html_theme_options = {"index_sidebar_logo": True} html_context = { "project_links": [ ProjectLink("Source", GIT_URL), - ProjectLink("Wiki", "https://github.com/asciimoo/searx/wiki"), + ProjectLink("Wiki", "https://github.com/searx/searx/wiki"), ProjectLink("Public instances", "https://searx.space/"), ProjectLink("Twitter", "https://twitter.com/Searx_engine"), ] |