Commit 82a0ece4 authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 1246531: REST_DOC should point to bugzilla.readthedocs.org instead of bugzilla.org

r/a=dkl
parent 75760c8a
......@@ -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';
......
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