From: Frédéric Buclin Date: Wed, 1 Jun 2016 10:53:29 +0000 (+0200) Subject: Fix default API URL X-Git-Tag: release-5.1.2~114 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=46c71791c48c61ee0c1be1d899473bcff2a0e0cf;p=thirdparty%2Fbugzilla.git Fix default API URL --- diff --git a/docs/en/rst/conf.py b/docs/en/rst/conf.py index 31437294d5..c0ecf3852d 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/'