summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/devel/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/devel/index.html b/templates/devel/index.html
index 174b0dba..3c84e08c 100644
--- a/templates/devel/index.html
+++ b/templates/devel/index.html
@@ -97,7 +97,7 @@
{% for pkg in user.maintained_packages.flagged %}
<tr class="{% cycle pkgr2,pkgr1 %}">
<td>
- <a href="/packages/{{ pkg.id }}/">{{ pkg.pkgname }}</a>
+ <a href="{{ pkg.get_absolute_url }}">{{ pkg.pkgname }}</a>
</td>
<td>{{ pkg.repo.name }}</td>
<td>{{ pkg.pkgver }}</td>