summaryrefslogtreecommitdiff
path: root/templates/public/index.html
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-04-20 13:42:30 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-04-20 13:42:30 -0400
commitf9fb5909bbcb5f5ff727a2d8f0081a4185138414 (patch)
tree2804cb0f40f512ebf5baeefd0483f198ae2b3eeb /templates/public/index.html
parent7ca9ecb2d430047243c0ff14a32d534965136844 (diff)
remove /mailman from the MAILMAN_BASE_URL, use it every time
Diffstat (limited to 'templates/public/index.html')
-rw-r--r--templates/public/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/public/index.html b/templates/public/index.html
index aeeff175..8856fd95 100644
--- a/templates/public/index.html
+++ b/templates/public/index.html
@@ -27,7 +27,7 @@
<p>Our strong community is diverse and helpful, and we pride ourselves
on the range of skillsets and uses for Arch that stem from it. Please
check out our <a href="https://bbs.archlinux.org/" title="Arch Forums">forums</a>
- and <a href="{{ MAILMAN_BASE_URL }}/listinfo/"
+ and <a href="{{ MAILMAN_BASE_URL }}/mailman/listinfo/"
title="Arch Mailing Lists">mailing lists</a>
to get your feet wet. Also glance through our <a href="{% wiki_url %}"
title="{{BRANDING_WIKINAME}}">wiki</a>
@@ -127,7 +127,7 @@
<h4>Community</h4>
<ul>
- <li><a href="{{ MAILMAN_BASE_URL }}/listinfo/"
+ <li><a href="{{ MAILMAN_BASE_URL }}/mailman/listinfo/"
title="Community and developer mailing lists">Mailing Lists</a></li>
<li><a href="{% wiki_url 'IRC_Channels' %}"
title="Official and regional IRC communities">IRC Channels</a></li>