summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-03-29 21:13:33 +0200
committerGitHub <noreply@github.com>2018-03-29 21:13:33 +0200
commit0225ce6e5b34ce3fc3e874efc3c0f249a5b4a1c2 (patch)
tree2f58a8ea9a9261328bd6bfda39f764d54ee18202 /Bugzilla/Constants.pm
parent3890e90e2fa0efd0e31c519814c7169f34b52a4e (diff)
downloadbugzilla-0225ce6e5b34ce3fc3e874efc3c0f249a5b4a1c2.tar.gz
bugzilla-0225ce6e5b34ce3fc3e874efc3c0f249a5b4a1c2.tar.xz
Bug 1450008 - documentation link in API errors is wrong
Diffstat (limited to 'Bugzilla/Constants.pm')
-rw-r--r--Bugzilla/Constants.pm5
1 files changed, 0 insertions, 5 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm
index 00f0f8104..6e3a12736 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -19,7 +19,6 @@ use Memoize;
@Bugzilla::Constants::EXPORT = qw(
BUGZILLA_VERSION
- REST_DOC
REMOTE_FILE
LOCAL_FILE
@@ -209,10 +208,6 @@ sub BUGZILLA_VERSION {
eval { Bugzilla->VERSION } || $bugzilla_version;
}
-# 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 => "https://bugzilla.readthedocs.io/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';
use constant LOCAL_FILE => 'bugzilla-update.xml'; # Relative to datadir.