diff options
author | Kohei Yoshino <kohei.yoshino@gmail.com> | 2018-09-20 15:55:15 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-09-20 15:55:15 +0200 |
commit | 5e4f8b175bfc4a3283455d29315033d60632e9f7 (patch) | |
tree | 179f223edbf38581b1d09059b1dd896a5fe77606 /extensions/GuidedBugEntry/web | |
parent | 7bf615124cd3380a6f7ea0fc553ba598a3ef05a5 (diff) | |
download | bugzilla-5e4f8b175bfc4a3283455d29315033d60632e9f7.tar.gz bugzilla-5e4f8b175bfc4a3283455d29315033d60632e9f7.tar.xz |
Bug 1468489 - Documentation points to https://landfill.bugzilla.org that is no longer maintained and will be shut down
Diffstat (limited to 'extensions/GuidedBugEntry/web')
-rw-r--r-- | extensions/GuidedBugEntry/web/js/products.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/GuidedBugEntry/web/js/products.js b/extensions/GuidedBugEntry/web/js/products.js index 8ef1ea0c0..65dc04393 100644 --- a/extensions/GuidedBugEntry/web/js/products.js +++ b/extensions/GuidedBugEntry/web/js/products.js @@ -122,12 +122,12 @@ var products = { "Bugzilla": { support: - 'Please use <a href="https://landfill.bugzilla.org/">Bugzilla Landfill</a> to file "test bugs".' + 'Please use <a href="https://bugzilla-dev.allizom.org/">our test server</a> to file "test bugs".' }, "bugzilla.mozilla.org": { related: [ "Bugzilla" ], support: - 'Please use <a href="https://landfill.bugzilla.org/">Bugzilla Landfill</a> to file "test bugs".' + 'Please use <a href="https://bugzilla-dev.allizom.org/">our test server</a> to file "test bugs".' } }; |