Author: sebb
Date: Wed May 12 16:07:39 2021
New Revision: 1889804

URL: http://svn.apache.org/viewvc?rev=1889804&view=rev
Log:
Git URLs have been reverted

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=1889804&r1=1889803&r2=1889804&view=diff
==============================================================================
--- attic/site/xdocs/stylesheets/site.vsl (original)
+++ attic/site/xdocs/stylesheets/site.vsl Wed May 12 16:07:39 2021
@@ -143,7 +143,7 @@
 #if($elem.getChild("git"))
     <tr>
       <td>Source Code (Git)</td>
-      <td><a 
href="https://gitbox.apache.org/repos/asf/attic-${proj}.git";>https://gitbox.apache.org/repos/asf/attic-${proj}.git</a></td>
+      <td><a 
href="https://gitbox.apache.org/repos/asf/${proj}.git";>https://gitbox.apache.org/repos/asf/${proj}.git</a></td>
     </tr>
 #end
 #if (!$elem.getAttributeValue("subproject"))


Reply via email to