diff options
author | Vladimir Panteleev <github.private@thecybershadow.net> | 2018-03-16 02:50:21 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-03-16 02:50:21 +0100 |
commit | c69c2ea66b912005ac8e88ef443a03ea101bebdf (patch) | |
tree | eff2df3c0de260f206098c4aa320f0b196577929 /extensions/GuidedBugEntry/template | |
parent | e1f49345ba1055a9d2f365760da9ede4ed4d7498 (diff) | |
download | bugzilla-c69c2ea66b912005ac8e88ef443a03ea101bebdf.tar.gz bugzilla-c69c2ea66b912005ac8e88ef443a03ea101bebdf.tar.xz |
Bug 1446236 - Allow customizing link to bug writing guidelines
Diffstat (limited to 'extensions/GuidedBugEntry/template')
-rw-r--r-- | extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl b/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl index e1a9e0bc5..7ffa04922 100644 --- a/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl +++ b/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl @@ -356,7 +356,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/docs/Mozilla/QA/Bug_writing_guidelines" target="_blank" rel="noopener noreferrer">These guidelines</a> +<li><a href="[% terms.BugWritingGuidelinesURL %]" target="_blank" rel="noopener noreferrer">These guidelines</a> explain how to write effective [% terms.bug %] reports.</li> </ul> |