]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix the default API URL
authorFrédéric Buclin <LpSolit@gmail.com>
Wed, 1 Jun 2016 10:52:15 +0000 (12:52 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Wed, 1 Jun 2016 10:52:15 +0000 (12:52 +0200)
docs/en/rst/conf.py

index a758fd248c0d691e4b3c2dbd2664958a92af93a9..34acb4778a778e06590a1f2a52a558d1c66ca2fe 100644 (file)
@@ -44,7 +44,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'Bugzilla'
-copyright = u'2014, The Bugzilla Team'
+copyright = u'2016, The Bugzilla Team'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
@@ -387,7 +387,7 @@ todo_include_todos = False
 on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
 
 if on_rtd:
-    base_api_url = 'https://www.bugzilla.org/docs/5.0/en/html/api/'
+    base_api_url = 'https://www.bugzilla.org/docs/5.0/en/html/integrating/api/'
 else:
     base_api_url = '../integrating/api/'