]> 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:31:27 +0000 (19:31 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Mon, 8 Feb 2016 18:31:27 +0000 (19:31 +0100)
r/a=dkl

Bugzilla/Constants.pm

index b91e007a4381f454b947ae398a096d35514ea29e..015a25572fbbcd52d525b85f1683c9a6f8c6c066 100644 (file)
@@ -204,7 +204,7 @@ use constant BUGZILLA_VERSION => "5.0.2+";
 
 # 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/5.0/api/';
 
 # Location of the remote and local XML files to track new releases.
 use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';