diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2016-02-08 19:31:27 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2016-02-08 19:31:27 +0100 |
commit | 82a0ece444c65e4354ea3643e63ff7c9f547a8de (patch) | |
tree | c686d97574d68b3c22c2ddea51554f6e888d66c7 /Bugzilla | |
parent | 75760c8acca7560f58f2290fca265603bb3992b3 (diff) | |
download | bugs-82a0ece444c65e4354ea3643e63ff7c9f547a8de.tar bugs-82a0ece444c65e4354ea3643e63ff7c9f547a8de.tar.gz bugs-82a0ece444c65e4354ea3643e63ff7c9f547a8de.tar.bz2 bugs-82a0ece444c65e4354ea3643e63ff7c9f547a8de.tar.xz bugs-82a0ece444c65e4354ea3643e63ff7c9f547a8de.zip |
Bug 1246531: REST_DOC should point to bugzilla.readthedocs.org instead of bugzilla.org
r/a=dkl
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Constants.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index b91e007a4..015a25572 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -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'; |