From 1317a1b6e6e4c87aaea84abd44ad332c18c0df0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Sat, 9 Apr 2016 18:06:21 +0200 Subject: Fix an incorrect URL in the documentation --- docs/en/rst/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/' -- cgit v1.2.1