summaryrefslogtreecommitdiffstats
path: root/extensions/GuidedBugEntry
diff options
context:
space:
mode:
authorKohei Yoshino <kohei.yoshino@gmail.com>2017-12-02 16:43:46 +0100
committerDylan William Hardison <dylan@hardison.net>2017-12-02 16:43:46 +0100
commit46bcb831b9e32f825fef459b52bc12ceb3d7a7b3 (patch)
treec7c51335a074f1ec47ca377ba5537e4e173f1db0 /extensions/GuidedBugEntry
parent19c3c22d1c4615cff0016cc7ea5efbcdd9e69294 (diff)
downloadbugzilla-46bcb831b9e32f825fef459b52bc12ceb3d7a7b3.tar.gz
bugzilla-46bcb831b9e32f825fef459b52bc12ceb3d7a7b3.tar.xz
Bug 1417980 - Fix non-HTTPS links and outdated links where possible
Diffstat (limited to 'extensions/GuidedBugEntry')
-rw-r--r--extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl14
-rw-r--r--extensions/GuidedBugEntry/web/js/products.js8
2 files changed, 11 insertions, 11 deletions
diff --git a/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl b/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl
index e4b0b44a8..6d3d6ddd8 100644
--- a/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl
+++ b/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl
@@ -236,27 +236,27 @@ Other Mozilla products which aren't listed here
<tr>
<td>
<div class="exit_img">
- <a href="http://www.mozilla.org/support/"
+ <a href="https://support.mozilla.org/"
><img src="extensions/GuidedBugEntry/web/images/support.png" width="32" height="32"
></a>
</div>
</td>
<td class="exit_text">
- <a href="http://www.mozilla.org/support/">I need technical support</a><br>
+ <a href="https://support.mozilla.org/">I need technical support</a><br>
For technical support or help getting your site to work with Mozilla.
</td>
</tr>
<tr>
<td>
<div class="exit_img">
- <a href="http://input.mozilla.org/feedback/"
+ <a href="https://input.mozilla.org/feedback/"
><img src="extensions/GuidedBugEntry/web/images/input.png" width="32" height="32"
></a>
</div>
</td>
<td class="exit_text">
- <a href="http://input.mozilla.org/feedback/#sad">Offer us ideas on how to make Firefox better</a><br>
- <a href="http://input.mozilla.org/feedback/">Provide feedback about Firefox</a><br>
+ <a href="https://input.mozilla.org/feedback/#sad">Offer us ideas on how to make Firefox better</a><br>
+ <a href="https://input.mozilla.org/feedback/">Provide feedback about Firefox</a><br>
</td>
</tr>
<tr>
@@ -268,7 +268,7 @@ Other Mozilla products which aren't listed here
<td class="exit_text_last">
<a onclick="product.select('Core', 'Untriaged')" href="javascript:void(0)">Report an issue with Firefox on a site that I've developed</a><br>
- <a href="http://input.mozilla.org/feedback/#sad">Report an issue with a web site that I use</a><br>
+ <a href="https://input.mozilla.org/feedback/#sad">Report an issue with a web site that I use</a><br>
</td>
</tr>
</table>
@@ -357,7 +357,7 @@ Product: <b><span id="dupes_product_name">?</span></b>:
<ul>
<li>Please fill out this form clearly, precisely and in as much detail as you can manage.</li>
<li>Please report only a single problem at a time.</li>
-<li><a href="https://developer.mozilla.org/en/Bug_writing_guidelines" target="_blank">These guidelines</a>
+<li><a href="https://developer.mozilla.org/docs/Mozilla/QA/Bug_writing_guidelines" target="_blank">These guidelines</a>
explain how to write effective [% terms.bug %] reports.</li>
</ul>
diff --git a/extensions/GuidedBugEntry/web/js/products.js b/extensions/GuidedBugEntry/web/js/products.js
index 19ff01fec..8ef1ea0c0 100644
--- a/extensions/GuidedBugEntry/web/js/products.js
+++ b/extensions/GuidedBugEntry/web/js/products.js
@@ -46,7 +46,7 @@ var products = {
l10n: true,
support:
'If you are new to Firefox or Bugzilla, please consider checking ' +
- '<a href="http://support.mozilla.org/">' +
+ '<a href="https://support.mozilla.org/">' +
'<img src="extensions/GuidedBugEntry/web/images/sumo.png" width="16" height="16" align="absmiddle">' +
' <b>Firefox Help</b></a> instead of creating a bug.'
},
@@ -57,7 +57,7 @@ var products = {
l10n: true,
support:
'If you are new to Firefox or Bugzilla, please consider checking ' +
- '<a href="http://support.mozilla.org/">' +
+ '<a href="https://support.mozilla.org/">' +
'<img src="extensions/GuidedBugEntry/web/images/sumo.png" width="16" height="16" align="absmiddle">' +
' <b>Firefox Help</b></a> instead of creating a bug.'
},
@@ -122,12 +122,12 @@ var products = {
"Bugzilla": {
support:
- 'Please use <a href="http://landfill.bugzilla.org/">Bugzilla Landfill</a> to file "test bugs".'
+ 'Please use <a href="https://landfill.bugzilla.org/">Bugzilla Landfill</a> to file "test bugs".'
},
"bugzilla.mozilla.org": {
related: [ "Bugzilla" ],
support:
- 'Please use <a href="http://landfill.bugzilla.org/">Bugzilla Landfill</a> to file "test bugs".'
+ 'Please use <a href="https://landfill.bugzilla.org/">Bugzilla Landfill</a> to file "test bugs".'
}
};