summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html4
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>