From: Andre Noll Date: Mon, 26 Oct 2015 13:31:49 +0000 (+0100) Subject: web: Fix gibweb link. X-Git-Tag: v0.1.3~8 X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=commitdiff_plain;h=148e667c20f12a77aad6dccf1dfbe4c1d5a6355a web: Fix gibweb link. The correct git:// and gitweb URLs contain a ".git" suffix. While the git service works with and without this suffix, the gitweb link 404s without it. This commit adds the .git suffix to both URLs. --- diff --git a/web/index.html.in b/web/index.html.in index 934a3ea..eed742a 100644 --- a/web/index.html.in +++ b/web/index.html.in @@ -58,7 +58,7 @@
- git clone git://git.tuebingen.mpg.de/osl + git clone git://git.tuebingen.mpg.de/osl.git
@@ -70,7 +70,7 @@ the latest release, select the corresponding snapshot link on the - osl gitweb page + osl gitweb page