summaryrefslogtreecommitdiff
path: root/views/projects.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'views/projects.tpl')
-rw-r--r--views/projects.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/projects.tpl b/views/projects.tpl
index 66feecf..f0f42f4 100644
--- a/views/projects.tpl
+++ b/views/projects.tpl
@@ -11,7 +11,7 @@
<ol>
% for p in projects:
<li>
- <a href="/projects/{{p['project']}}">{{ p['project'] }}</a>
+ <a href="/web/projects/{{p['project']}}">{{ p['project'] }}</a>
</li>
% end
</ol>