aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2016-04-09 18:06:21 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2016-04-09 18:06:21 +0200
commit1317a1b6e6e4c87aaea84abd44ad332c18c0df0c (patch)
treebd8102460d6121c9e10db56b45beabd62463423f /docs
parent9ad3cf5bfc73bd34b0ce309e45d9703691376748 (diff)
downloadbugs-1317a1b6e6e4c87aaea84abd44ad332c18c0df0c.tar
bugs-1317a1b6e6e4c87aaea84abd44ad332c18c0df0c.tar.gz
bugs-1317a1b6e6e4c87aaea84abd44ad332c18c0df0c.tar.bz2
bugs-1317a1b6e6e4c87aaea84abd44ad332c18c0df0c.tar.xz
bugs-1317a1b6e6e4c87aaea84abd44ad332c18c0df0c.zip
Fix an incorrect URL in the documentation
Diffstat (limited to 'docs')
-rw-r--r--docs/en/rst/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/rst/conf.py b/docs/en/rst/conf.py
index 87109da84..a758fd248 100644
--- a/docs/en/rst/conf.py
+++ b/docs/en/rst/conf.py
@@ -387,7 +387,7 @@ todo_include_todos = False
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
if on_rtd:
- base_api_url = 'https://www.bugzilla.org/docs/tip/en/html/api/'
+ base_api_url = 'https://www.bugzilla.org/docs/5.0/en/html/api/'
else:
base_api_url = '../integrating/api/'