diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2016-02-08 19:30:18 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2016-02-08 19:30:18 +0100 |
commit | e337e452b4e28aa26736451d3413945ee965dc85 (patch) | |
tree | 569b66e805e663b78fbfc5f59c49e2841eb8f218 /Bugzilla | |
parent | 6ef9bbb5abeee1bd7c06d9b74dcb29afbe424fa6 (diff) | |
download | bugzilla-e337e452b4e28aa26736451d3413945ee965dc85.tar.gz bugzilla-e337e452b4e28aa26736451d3413945ee965dc85.tar.xz |
Bug 1246531: REST_DOC should point to bugzilla.readthedocs.org instead of bugzilla.org
r=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 ff0eeb8e7..b269a80bf 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -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'; |