summaryrefslogtreecommitdiffstats
path: root/template/en/default/index.html.tmpl
diff options
context:
space:
mode:
authorVladimir Panteleev <github.private@thecybershadow.net>2018-03-16 02:50:21 +0100
committerDylan William Hardison <dylan@hardison.net>2018-03-16 02:50:21 +0100
commitc69c2ea66b912005ac8e88ef443a03ea101bebdf (patch)
treeeff2df3c0de260f206098c4aa320f0b196577929 /template/en/default/index.html.tmpl
parente1f49345ba1055a9d2f365760da9ede4ed4d7498 (diff)
downloadbugzilla-c69c2ea66b912005ac8e88ef443a03ea101bebdf.tar.gz
bugzilla-c69c2ea66b912005ac8e88ef443a03ea101bebdf.tar.xz
Bug 1446236 - Allow customizing link to bug writing guidelines
Diffstat (limited to 'template/en/default/index.html.tmpl')
-rw-r--r--template/en/default/index.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl
index 3c42ce71e..14cdb599a 100644
--- a/template/en/default/index.html.tmpl
+++ b/template/en/default/index.html.tmpl
@@ -75,7 +75,7 @@
<a href="page.cgi?id=etiquette.html">[%- terms.Bugzilla %] Etiquette</a>
</li>
<li>
- | <a href="https://developer.mozilla.org/docs/Mozilla/QA/Bug_writing_guidelines">[%- terms.Bug %] Writing Guidelines</a>
+ | <a href="[% terms.BugWritingGuidelinesURL %]">[%- terms.Bug %] Writing Guidelines</a>
</li>
[% Hook.process('additional_links') %]
</ul>