summaryrefslogtreecommitdiff
path: root/templates/public
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-04-23 15:29:11 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-04-23 15:29:11 -0400
commita5512d91df66e70f5c79c1f24878eccff125d13d (patch)
tree9d0645fdae2690a6a0e5bc0a9eb2e7b4b153a93a /templates/public
parent955a1a68364fd3ca8c9b17d59ef6d6f206660ca5 (diff)
reduce differences
Diffstat (limited to 'templates/public')
-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 f7e58cb3..02d0cb14 100644
--- a/templates/public/index.html
+++ b/templates/public/index.html
@@ -154,8 +154,8 @@
<h4>Development</h4>
<ul>
- <li><a href="https://projects.parabolagnulinux.org"
- title="Official Parabola projects (git)">Projects in Git</a></li>
+ <li><a href="{{ PROJECTS_URL }}"
+ title="Official {{BRANDING_SHORTNAME}} projects (git)">Projects in Git</a></li>
{% comment %}
<li><a href="{% url 'page-svn' %}"
title="View SVN entries for packages">SVN Repositories</a></li>