File tree Expand file tree Collapse file tree 9 files changed +11
-9
lines changed
GuidedBugEntry/template/en/default/guided Expand file tree Collapse file tree 9 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ function validateAndSubmit() {
8888 <input type="hidden" name="token" value="[% token FILTER html %]">
8989
9090<div class="head_desc">
91- <a href="https://developer.mozilla.org/docs/Mozilla/QA/Bug_writing_guidelines ">
91+ <a href="[% terms.BugWritingGuidelinesURL %] ">
9292 [% terms.Bug %] writing guidelines</a>
9393</div>
9494
Original file line number Diff line number Diff line change 1717 [% END +%]
1818 [% UNLESS no_bug_guidelines %]
1919 Before reporting a [% terms.bug %], make sure you've read our
20- <a href="https://developer.mozilla.org/docs/Mozilla/QA/Bug_writing_guidelines ">
20+ <a href="[% terms.BugWritingGuidelinesURL %] ">
2121 [% terms.bug %] writing guidelines</a> and double checked that your [% terms.bug %] hasn't already
2222 been reported. Consult our list of <a href="https://bugzilla.mozilla.org/duplicates.cgi">
2323 most frequently reported [% terms.bugs %]</a> and <a href="https://bugzilla.mozilla.org/query.cgi">
Original file line number Diff line number Diff line change 77 #%]
88
99[% PROCESS global/redirect.html.tmpl
10- url = "https://developer.mozilla.org/docs/Mozilla/QA/Bug_writing_guidelines "
10+ url = "[% terms.BugWritingGuidelinesURL %] "
1111%]
Original file line number Diff line number Diff line change 173173<h2>See Also</h2>
174174
175175<p>
176- <a href="https://developer.mozilla.org/docs/Mozilla/QA/Bug_writing_guidelines ">The [% terms.Bug %] Writing Guidelines</a>.
176+ <a href="[% terms.BugWritingGuidelinesURL %] ">The [% terms.Bug %] Writing Guidelines</a>.
177177</p>
178178
179179[% INCLUDE global/footer.html.tmpl %]
Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ Product: <b><span id="dupes_product_name">?</span></b>:
356356<ul>
357357<li>Please fill out this form clearly, precisely and in as much detail as you can manage.</li>
358358<li>Please report only a single problem at a time.</li>
359- <li><a href="https://developer.mozilla.org/docs/Mozilla/QA/Bug_writing_guidelines " target="_blank" rel="noopener noreferrer">These guidelines</a>
359+ <li><a href="[% terms.BugWritingGuidelinesURL %] " target="_blank" rel="noopener noreferrer">These guidelines</a>
360360explain how to write effective [% terms.bug %] reports.</li>
361361</ul>
362362
Original file line number Diff line number Diff line change 3030[% PROCESS global/variables.none.tmpl %]
3131
3232Before reporting [% terms.abug %], please read the
33- <a href="https://developer.mozilla.org/docs/Mozilla/QA/Bug_writing_guidelines ">
33+ <a href="[% terms.BugWritingGuidelinesURL %] ">
3434[% terms.bug %] writing guidelines</a>, please look at the list of
3535<a href="duplicates.cgi">most frequently reported [% terms.bugs %]</a>, and please
3636<a href="query.cgi">search</a> for the [% terms.bug %].
Original file line number Diff line number Diff line change 2727 <h2>Create New [% terms.Bug %]</h2>
2828 <p>
2929 Before reporting a [% terms.bug %], make sure you've read our
30- <a href="https://developer.mozilla.org/docs/Mozilla/QA/Bug_writing_guidelines ">
30+ <a href="[% terms.BugWritingGuidelinesURL %] ">
3131 [% terms.bug %] writing guidelines</a> and double checked that your [% terms.bug %] hasn't already
3232 been reported. Consult our list of <a href="https://bugzilla.mozilla.org/duplicates.cgi">
3333 most frequently reported [% terms.bugs %]</a> and <a href="https://bugzilla.mozilla.org/query.cgi">
Original file line number Diff line number Diff line change 3737 "bugs" => "bugs",
3838 "Bugs" => "Bugs",
3939 "zeroSearchResults" => "Zarro Boogs found",
40- "Bugzilla" => "Bugzilla"
40+ "Bugzilla" => "Bugzilla",
41+
42+ "BugWritingGuidelinesURL" => "https://developer.mozilla.org/docs/Mozilla/QA/Bug_writing_guidelines",
4143 }
4244%]
4345
Original file line number Diff line number Diff line change 7575 < a href ="page.cgi?id=etiquette.html "> [%- terms.Bugzilla %] Etiquette</ a >
7676 </ li >
7777 < li >
78- | < a href ="https://developer.mozilla.org/docs/Mozilla/QA/Bug_writing_guidelines "> [%- terms.Bug %] Writing Guidelines</ a >
78+ | < a href ="[% terms.BugWritingGuidelinesURL %] "> [%- terms.Bug %] Writing Guidelines</ a >
7979 </ li >
8080 [% Hook.process('additional_links') %]
8181 </ ul >
You can’t perform that action at this time.
0 commit comments