summaryrefslogtreecommitdiffstats
path: root/extensions/GuidedBugEntry/web/js/products.js
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/GuidedBugEntry/web/js/products.js')
-rw-r--r--extensions/GuidedBugEntry/web/js/products.js8
1 files changed, 4 insertions, 4 deletions
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".'
}
};