From: Andre Noll <maan@tuebingen.mpg.de>
Date: Wed, 24 Sep 2014 13:28:39 +0000 (+0200)
Subject: index.html.in: Fix gitweb link.
X-Git-Tag: v0.1.6~18
X-Git-Url: https://git.tue.mpg.de/?a=commitdiff_plain;h=e5d54773a04567181da2bd1d8f3adce51d4b7e0f;p=dss.git

index.html.in: Fix gitweb link.

Apparently the symlink workaround for the gitweb pages on
git.tuebingen.mpg.de does not work any more although the symlink
dss->dss.git is still in place.

This commit changes the link on the web page to include the .git
suffix.
---

diff --git a/index.html.in b/index.html.in
index 7ca7259..a65fe01 100644
--- a/index.html.in
+++ b/index.html.in
@@ -78,7 +78,7 @@
 	the latest release, select the corresponding <em>snapshot</em>
 	link on the
 
-		<a href="http://git.tuebingen.mpg.de/dss">dss gitweb page</a>
+		<a href="http://git.tuebingen.mpg.de/dss.git">dss gitweb page</a>
 
 	</p>