From: Frédéric Buclin Date: Sat, 9 Apr 2016 16:06:21 +0000 (+0200) Subject: Fix an incorrect URL in the documentation X-Git-Tag: release-5.0.3~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1317a1b6e6e4c87aaea84abd44ad332c18c0df0c;p=thirdparty%2Fbugzilla.git Fix an incorrect URL in the documentation --- diff --git a/docs/en/rst/conf.py b/docs/en/rst/conf.py index 87109da841..a758fd248c 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/'