You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2018/10/31 12:33:50 UTC

svn commit: r1845325 - /syncope/site/source-repository.html

Author: ilgrosso
Date: Wed Oct 31 12:33:50 2018
New Revision: 1845325

URL: http://svn.apache.org/viewvc?rev=1845325&view=rev
Log:
Moved to GitBox

Modified:
    syncope/site/source-repository.html

Modified: syncope/site/source-repository.html
URL: http://svn.apache.org/viewvc/syncope/site/source-repository.html?rev=1845325&r1=1845324&r2=1845325&view=diff
==============================================================================
--- syncope/site/source-repository.html (original)
+++ syncope/site/source-repository.html Wed Oct 31 12:33:50 2018
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Apache Syncope Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20180817" />
+    <meta name="Date-Revision-yyyymmdd" content="20181031" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Syncope &#x2013; Source Repository</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -261,17 +261,28 @@
       
 <p>To browse use the GIT web interface:<br />
 
-        <a class="externalLink" href="https://git-wip-us.apache.org/repos/asf?p=syncope.git">https://git-wip-us.apache.org/repos/asf?p=syncope.git</a>
+        <a class="externalLink" href="https://gitbox.apache.org/repos/asf?p=syncope.git">https://gitbox.apache.org/repos/asf?p=syncope.git</a>
+      </p>
+      
+<p>Alternatively, use GitHub web interface:<br />
+
+        <a class="externalLink" href="https://github.com/apache/syncope">https://github.com/apache/syncope</a>
       </p>
     </div>
       
     
 <div class="section">
-<h2><a name="Checking_out"></a>Checking out</h2>      
+<h2><a name="Checking_out"></a>Checking out</h2>
       
 <p>The source code can be checked out anonymously over HTTPs by doing:
         </p>
-<div class="source"><pre class="prettyprint">git clone https://git-wip-us.apache.org/repos/asf/syncope.git</pre></div>
+<div class="source"><pre class="prettyprint">git clone https://gitbox.apache.org/repos/asf/syncope.git</pre></div>
+        or
+        
+<div class="source"><pre class="prettyprint">git clone https://github.com/apache/syncope.git</pre></div>
+        or alternatively via SSH
+        
+<div class="source"><pre class="prettyprint">git clone git@github.com:apache/syncope.git</pre></div>