summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2016-11-19 18:31:32 +0000
committerStephen Finucane <stephen@that.guru>2017-03-01 22:11:05 +0000
commit370e14fdd330c69da199092ac979e436879f04ed (patch)
treedde4ac62d63475196f0ddae8196d614a6354df4d /templates
parentfa08e1032cfd5f348f64ee7ca267df4aacfe417c (diff)
downloadpatchwork-370e14fdd330c69da199092ac979e436879f04ed.tar
patchwork-370e14fdd330c69da199092ac979e436879f04ed.tar.gz
urls: Move 'help/about' to 'about'
This is the standard URL for such pages. This involves removing the pwclient help page, but this is migrated to the project summary page and detailed in the documentation. Permanent redirects are included to prevent dead links. Signed-off-by: Stephen Finucane <stephen@that.guru> Reviewed-by: Daniel Axtens <dja@axtens.net>
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 3c9fc7d..8045b51 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -114,7 +114,7 @@
<div id="footer">
<a href="http://jk.ozlabs.org/projects/patchwork/">patchwork</a>
patch tracking system | <a
- href="{% url 'help' path="about/" %}">about patchwork</a>
+ href="{% url 'about' %}">about patchwork</a>
</div>
</body>
</html>