diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2016-06-01 12:53:29 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2016-06-01 12:53:29 +0200 |
commit | 46c71791c48c61ee0c1be1d899473bcff2a0e0cf (patch) | |
tree | 2e6630b7c47800bfef89ba236b891da0eec1ef95 /docs | |
parent | e6ba81447bc9a8e33b003dc7655464025e96354e (diff) | |
download | bugzilla-46c71791c48c61ee0c1be1d899473bcff2a0e0cf.tar.gz bugzilla-46c71791c48c61ee0c1be1d899473bcff2a0e0cf.tar.xz |
Fix default API URL
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/rst/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
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/' |