summaryrefslogtreecommitdiff
path: root/http-assets
diff options
context:
space:
mode:
authorLauren Perry <lauren.perry@codethink.co.uk>2015-10-28 16:48:51 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2016-01-25 18:25:11 +0000
commit4c1a02ebe6e5a65b6a1bf79e3320b42f33222f3b (patch)
treec16a35310d10bfea1817bc3990ed2e6a675144c0 /http-assets
parentd83ffbf8aa6fa7cb3a8c50b03b77d0c09a88ed04 (diff)
downloadtrove-setup-4c1a02ebe6e5a65b6a1bf79e3320b42f33222f3b.tar.gz
Redirect cgi-bin/cgit.cgi/ from urls, replace it with cgit/
This is much less typing and gives us neater URLs! The paths /baserock and /delta are also now specially redirected to /cgit/baserock and /cgit/delta, for the benefit of the extra-lazy. Change-Id: I9cda805c0a6134fb91595bbf8f3e74668d745327
Diffstat (limited to 'http-assets')
-rw-r--r--http-assets/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/http-assets/index.html b/http-assets/index.html
index 0a8c3f9..18069ec 100644
--- a/http-assets/index.html
+++ b/http-assets/index.html
@@ -1,5 +1,5 @@
<html><head>
-<meta http-equiv="refresh" content="0; /cgi-bin/cgit.cgi">
+<meta http-equiv="refresh" content="0; /cgit/">
</head>
<body>
</body>