Skip to content

Commit f221565

Browse files
committed
Bug 1165464: Incorrect link used for firefox help
1 parent 4b3724c commit f221565

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

extensions/GuidedBugEntry/web/js/products.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ var products = {
4646
l10n: true,
4747
support:
4848
'If you are new to Firefox or Bugzilla, please consider checking ' +
49-
'<a href="http://support.mozilla.com/">' +
49+
'<a href="http://support.mozilla.org/">' +
5050
'<img src="extensions/GuidedBugEntry/web/images/sumo.png" width="16" height="16" align="absmiddle">' +
5151
' <b>Firefox Help</b></a> instead of creating a bug.'
5252
},
@@ -57,7 +57,7 @@ var products = {
5757
l10n: true,
5858
support:
5959
'If you are new to Firefox or Bugzilla, please consider checking ' +
60-
'<a href="http://support.mozilla.com/">' +
60+
'<a href="http://support.mozilla.org/">' +
6161
'<img src="extensions/GuidedBugEntry/web/images/sumo.png" width="16" height="16" align="absmiddle">' +
6262
' <b>Firefox Help</b></a> instead of creating a bug.'
6363
},
@@ -130,4 +130,4 @@ var products = {
130130
support:
131131
'Please use <a href="http://landfill.bugzilla.org/">Bugzilla Landfill</a> to file "test bugs".'
132132
}
133-
}
133+
};

0 commit comments

Comments
 (0)