summaryrefslogtreecommitdiff
path: root/templates/public/download.html
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-04-20 00:24:29 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-04-20 00:24:29 -0400
commit55b52a92806e4e76b1db17178f323362e3ddfe09 (patch)
tree3748287d1801abd6d95825225cfac60d67160e4c /templates/public/download.html
parentae9ee14ff153698dd90c6560437e42ff124a6d0b (diff)
add MAILMAN_BASE_URL to abstract mailing list links
Diffstat (limited to 'templates/public/download.html')
-rw-r--r--templates/public/download.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/public/download.html b/templates/public/download.html
index 72d21736..f473915a 100644
--- a/templates/public/download.html
+++ b/templates/public/download.html
@@ -27,7 +27,7 @@
<ul>
<li><a href="https://bugs.archlinux.org/index.php?project=6"
title="Arch Linux Bugtracker:Release Engineering">Bug Tracker</a></li>
- <li><a href="https://mailman.archlinux.org/mailman/listinfo/arch-releng"
+ <li><a href="{{ MAILMAN_BASE_URL }}/listinfo/arch-releng"
title="Arch Linux Release Engineering mailing list">Mailing List</a></li>
</ul>
</li>