diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-21 01:01:35 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-21 01:01:35 -0400 |
commit | 753784954794259c6a674a7b33e8b1e0105f55d1 (patch) | |
tree | a2354d1530bbb20f857f70333b9005a96b3b2f1c /templates/packages/flaghelp.html | |
parent | f9fb5909bbcb5f5ff727a2d8f0081a4185138414 (diff) |
add BUGTRACKER_URL
Diffstat (limited to 'templates/packages/flaghelp.html')
-rw-r--r-- | templates/packages/flaghelp.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/packages/flaghelp.html b/templates/packages/flaghelp.html index 01534d8f..fddc1bda 100644 --- a/templates/packages/flaghelp.html +++ b/templates/packages/flaghelp.html @@ -29,7 +29,7 @@ with your additional text.</p> <p><strong>Note:</strong> Please do <em>not</em> use this facility if the - package is broken! Use the <a target="_blank" href="https://bugs.archlinux.org" + package is broken! Use the <a target="_blank" href="{{ BUGTRACKER_URL }}" title="{{ BRANDING_DISTRONAME }} Bugtracker">bugtracker</a> instead.</p> </body> |