summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-05-17 23:16:24 -0500
committerDan McGee <dan@archlinux.org>2010-05-17 23:16:24 -0500
commita24e503a63599fb5495fd85cba5806a34c695bb6 (patch)
tree3547734b6073268087cd434846cf34eea850b142
parent025133014a4cf705fbffdc889b678552c7834c0e (diff)
downloadarchweb-a24e503a63599fb5495fd85cba5806a34c695bb6.tar.gz
archweb-a24e503a63599fb5495fd85cba5806a34c695bb6.zip
Fix navbar links
They were still set up for the redesign development environment. Obviously we need a better way to do these, that will be coming down the road. Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r--templates/base.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/base.html b/templates/base.html
index 922ce9fd..3227fbbf 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -21,10 +21,10 @@
<a href="/" title="Arch news, packages, projects and more">Home</a></li>
<li id="anb-packages" {% ifequal path '/packages/' %} class="selected"{% endifequal %}>
<a href="/packages/" title="Arch Package Database">Packages</a></li>
- <li id="anb-forums"><a href="http://archweb.cinderwick.ca/forums/" title="Community forums">Forums</a></li>
- <li id="anb-wiki"><a href="http://archweb.cinderwick.ca/wiki/" title="Community documentation">Wiki</a></li>
- <li id="anb-bugs"><a href="http://archweb.cinderwick.ca/bugs/" title="Report and track bugs">Bugs</a></li>
- <li id="anb-aur"><a href="http://aur/" title="Arch Linux User Repository">AUR</a></li>
+ <li id="anb-forums"><a href="http://bbs.archlinux.org/" title="Community forums">Forums</a></li>
+ <li id="anb-wiki"><a href="http://wiki.archlinux.org/" title="Community documentation">Wiki</a></li>
+ <li id="anb-bugs"><a href="http://bugs.archlinux.org/" title="Report and track bugs">Bugs</a></li>
+ <li id="anb-aur"><a href="http://aur.archlinux.org/" title="Arch Linux User Repository">AUR</a></li>
<li id="anb-download" {% ifequal path '/download/' %} class="selected"{% endifequal %}>
<a href="{% url page-download %}" title="Get Arch Linux">Download</a></li>
</ul>