summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-04-23 14:41:41 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-04-23 14:41:41 -0400
commit0ae9dd61825b42efd0c113079854440ce6096a1d (patch)
tree01db6d2d55c91cc9d2c91277d51170cc95523df3 /templates
parent5d3362fd3a0d0536d7e01ad79dada871e6cfba95 (diff)
tweak
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 24bae3e0..dd8e7a61 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -22,7 +22,7 @@
<li id="anb-packages"><a href="/packages/" title="{{ BRANDING_SHORTNAME }} Package Database">Packages</a></li>
<li id="anb-wiki"><a href="{% wiki_url %}" title="Community documentation">Wiki</a></li>
<li id="anb-bugs"><a href="{{ BUGTRACKER_URL }}" title="Report and track bugs">Bugs</a></li>
- <li id="anb-projects"><a href="https://projects.parabolagnulinux.org" title="Our Code">Projects</a></li>
+ <li id="anb-projects"><a href="{{ PROJECTS_URL }}" title="Our Code">Projects</a></li>
<li id="anb-download"><a href="{% url 'page-download' as pdl %}{{ pdl }}" title="Get {{ BRANDING_DISTRONAME }}">Download</a></li>
</ul>
</div>