Skip to content

Commit 90d7e37

Browse files
committed
template/en/default/bug/new_bug.html.tmpl: Use relative URLs
1 parent 5ebb025 commit 90d7e37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/en/default/bug/new_bug.html.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
Before reporting a [% terms.bug %], make sure you've read our
3030
<a href="https://developer.mozilla.org/docs/Mozilla/QA/Bug_writing_guidelines">
3131
[% terms.bug %] writing guidelines</a> and double checked that your [% terms.bug %] hasn't already
32-
been reported. Consult our list of <a href="https://bugzilla.mozilla.org/duplicates.cgi">
33-
most frequently reported [% terms.bugs %]</a> and <a href="https://bugzilla.mozilla.org/query.cgi">
32+
been reported. Consult our list of <a href="/duplicates.cgi">
33+
most frequently reported [% terms.bugs %]</a> and <a href="/query.cgi">
3434
search through descriptions</a> of previously reported [% terms.bugs %].
3535
</p>
3636
</div>

0 commit comments

Comments
 (0)