Commit 46c71791 authored by Frédéric Buclin's avatar Frédéric Buclin

Fix default API URL

parent e6ba8144
...@@ -389,7 +389,7 @@ todo_include_todos = True ...@@ -389,7 +389,7 @@ todo_include_todos = True
on_rtd = os.environ.get('READTHEDOCS', None) == 'True' on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
if on_rtd: 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: else:
base_api_url = '../integrating/api/' base_api_url = '../integrating/api/'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment