diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2012-11-29 08:40:19 +0800 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2012-11-29 08:40:19 +0800 |
commit | 98435ac3c25410fadfae1a2e6b8a6f4c4b287da6 (patch) | |
tree | 345eeb66b66c5fe4a2ba264e23d6378a36c7644b /templates/base.html | |
parent | 699d2dd39f482ef97fb96d79fb3b65e66768368d (diff) | |
download | patchwork-98435ac3c25410fadfae1a2e6b8a6f4c4b287da6.tar patchwork-98435ac3c25410fadfae1a2e6b8a6f4c4b287da6.tar.gz |
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/base.html')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 0bac4f1..6e5b65b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -77,7 +77,7 @@ {% endblock %} </div> <div id="footer"> - <a href="http://jk.ozlabs.org/projects/patchwork">patchwork</a> + <a href="http://jk.ozlabs.org/projects/patchwork/">patchwork</a> patch tracking system </div> </body> |