diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 2 | ||||
-rw-r--r-- | templates/patchwork/help/about.html | 2 |
2 files changed, 2 insertions, 2 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> 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> |