summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/en/rst/conf.py2
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/'