diff options
author | Adam Spragg <adam@spra.gg> | 2018-07-26 15:48:55 +0100 |
---|---|---|
committer | Adam Spragg <adam@spra.gg> | 2018-07-26 15:48:55 +0100 |
commit | a5de4e1e1f7fbf10d234957c28a8358c2fb9768c (patch) | |
tree | 7e6125b39bfd8369ac68b797c5317e1b5dc1225b /html | |
parent | f80f775dfbe12cf6b95bda38b73f5dc37327d7fa (diff) |
Host cgit directories under .../cgit.cgi/
Rather than .../cgit/
This allows for a general redirect that can be used in multiple places
in the website in future, without it getting confused over the
/style/cgit/ directory.
Put redirects in to make old links/bookmarks still work. Not as if
anyone has made bookmarks already, but it's a good habit to get into.
Diffstat (limited to 'html')
-rw-r--r-- | html/projects/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/projects/index.php b/html/projects/index.php index f7e5f07..88c5ed1 100644 --- a/html/projects/index.php +++ b/html/projects/index.php @@ -13,7 +13,7 @@ <section> <h2><a href="https://spragg-ssl.co.uk/">The spragg-ssl.co.uk website</a></h2> <ul class="commit"> - <li>Browsable repository: <a href="cgit/spragg-ssl.co.uk/">cgit/spragg-ssl.co.uk</a></li> + <li>Browsable repository: <a href="cgit.cgi/spragg-ssl.co.uk/">cgit.cgi/spragg-ssl.co.uk</a></li> <li>Cloneable repository: <a href="spragg-ssl.co.uk.git">spragg-ssl.co.uk.git</a></li> </ul> <p>Hm. Why does browse→browsable (no "e"), but clone→cloneable (with "e")?</p> |