diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-01-09 17:31:23 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-01-09 17:31:23 -0300 |
commit | cb9c16e856abd32ab35ee64dd92be6e0a19f97e1 (patch) | |
tree | 42d3b460bfa55de901316cd6bdab0debaf145d71 /templates/base.html | |
parent | 2b31a1cdd40763be0d8dc042c7638e81e47769fd (diff) |
Changed a few links that still pointed to the test server
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/base.html b/templates/base.html index a44b54b6..98e2da4e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -30,9 +30,7 @@ {% if user.is_authenticated %} <ul> <li><a href="/devel/" title="Developer Dashboard">Dashboard</a></li> - <li><a href="https://wiki.parabola.kiwwwi.com.ar/index.php/DeveloperWiki" - title="Developer HOWTOs and documentation">DevWiki</a></li> - <li><a href="http://projects.parabola.kiwwwi.com.ar/" title="Git Projects">Projects</a></li> + <li><a href="http://projects.parabolagnulinux.org/" title="Git Projects">Projects</a></li> <li><a href="{% url news-list as newsl %}{{ newsl }}" title="Manage news articles">News</a></li> <li><a href="/packages/signoffs/" title="Package signoffs">Signoffs</a></li> <li><a href="/todo/" title="Developer todo lists">Todos</a></li> |