Author: sebb
Date: Wed May 12 16:56:41 2021
New Revision: 1889807
URL: http://svn.apache.org/viewvc?rev=1889807&view=rev
Log:
Link to domain header
Modified:
attic/site/xdocs/stylesheets/site.vsl
Modified: attic/site/xdocs/stylesheets/site.vsl
URL:
http://svn.apache.org/viewvc/attic/site/xdocs/stylesheets/site.vsl?rev=1889807&r1=1889806&r2=1889807&view=diff
==============================================================================
--- attic/site/xdocs/stylesheets/site.vsl (original)
+++ attic/site/xdocs/stylesheets/site.vsl Wed May 12 16:56:41 2021
@@ -143,7 +143,7 @@
#if($elem.getChild("git"))
<tr>
<td>Source Code (Git)</td>
- <td><a
href="https://gitbox.apache.org/repos/asf/${proj}.git">https://gitbox.apache.org/repos/asf/${proj}.git</a></td>
+ <td><a
href="https://gitbox.apache.org/repos/asf#${proj}">https://gitbox.apache.org/repos/asf#${proj}</a></td>
</tr>
#end
#if (!$elem.getAttributeValue("subproject"))