From 46c71791c48c61ee0c1be1d899473bcff2a0e0cf Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Wed, 1 Jun 2016 12:53:29 +0200 Subject: Fix default API URL --- docs/en/rst/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/en/rst/conf.py b/docs/en/rst/conf.py index 31437294d..c0ecf3852 100644 --- a/docs/en/rst/conf.py +++ b/docs/en/rst/conf.py @@ -389,7 +389,7 @@ todo_include_todos = True 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/tip/en/html/integrating/api/' else: base_api_url = '../integrating/api/' -- cgit v1.2.3-24-g4f1b