summaryrefslogtreecommitdiffstats
path: root/templates/patchwork
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2012-11-29 08:40:19 +0800
committerJeremy Kerr <jk@ozlabs.org>2012-11-29 08:40:19 +0800
commit98435ac3c25410fadfae1a2e6b8a6f4c4b287da6 (patch)
tree345eeb66b66c5fe4a2ba264e23d6378a36c7644b /templates/patchwork
parent699d2dd39f482ef97fb96d79fb3b65e66768368d (diff)
downloadpatchwork-98435ac3c25410fadfae1a2e6b8a6f4c4b287da6.tar.bz2
patchwork-98435ac3c25410fadfae1a2e6b8a6f4c4b287da6.tar.xz
templates: patchwork project URL fixes
We need a trailing slash, and to update the URL in the about page too. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'templates/patchwork')
-rw-r--r--templates/patchwork/help/about.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/patchwork/help/about.html b/templates/patchwork/help/about.html
index 0d784d7..7befa6b 100644
--- a/templates/patchwork/help/about.html
+++ b/templates/patchwork/help/about.html
@@ -6,7 +6,7 @@
{% block body %}
<p>Patchwork is free software, and is available from the
-<a href="http://ozlabs.org/~jk/projects/patchwork/">patchwork website</a>.</p>
+<a href="http://jk.ozlabs.org/projects/patchwork/">patchwork website</a>.</p>
<p>Patchwork is built on the <a href="http://djangoproject.com/">django</a>
web framework.</p>