projects
/
adu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8532469
)
Fix gitweb link.
author
Andre Noll
<maan@tuebingen.mpg.de>
Tue, 19 Apr 2016 12:59:08 +0000
(14:59 +0200)
committer
Andre Noll
<maan@tuebingen.mpg.de>
Tue, 19 Apr 2016 12:59:08 +0000
(14:59 +0200)
Although on the gitweb server there is a link adu -> adu.git, the
link on the main page does not work without the .git suffix. This
used to work at some point...
index.html.in
patch
|
blob
|
history
diff --git
a/index.html.in
b/index.html.in
index
c0857d8
..
ee7bcad
100644
(file)
--- a/
index.html.in
+++ b/
index.html.in
@@
-68,7
+68,7
@@
the latest release, select the corresponding <em>snapshot</em>
link on the
- <a href="http://git.tuebingen.mpg.de/adu">adu gitweb page</a>
+ <a href="http://git.tuebingen.mpg.de/adu
.git
">adu gitweb page</a>
</p>