]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1246531: REST_DOC should point to bugzilla.readthedocs.org instead of bugzilla.org
authorFrédéric Buclin <LpSolit@gmail.com>
Mon, 8 Feb 2016 18:30:18 +0000 (19:30 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Mon, 8 Feb 2016 18:30:18 +0000 (19:30 +0100)
r=dkl

Bugzilla/Constants.pm

index ff0eeb8e7b02aac0c050f692baa1573d0e003174..b269a80bf0551842acc86b2363e4ca60577f87ff 100644 (file)
@@ -212,7 +212,7 @@ use constant BUGZILLA_VERSION => "5.1";
 
 # A base link to the current REST Documentation. We place it here
 # as it will need to be updated to whatever the current release is.
-use constant REST_DOC => "http://www.bugzilla.org/docs/tip/en/html/api/";
+use constant REST_DOC => 'https://bugzilla.readthedocs.org/en/latest/api/';
 
 # Location of the remote and local XML files to track new releases.
 use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';