You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sqoop.apache.org by va...@apache.org on 2019/01/18 11:35:16 UTC

svn commit: r1851614 - in /sqoop/site/trunk/content: site.xml xdoc/index.xml

Author: vasas
Date: Fri Jan 18 11:35:16 2019
New Revision: 1851614

URL: http://svn.apache.org/viewvc?rev=1851614&view=rev
Log:
Updating Git repository URLs.

Modified:
    sqoop/site/trunk/content/site.xml
    sqoop/site/trunk/content/xdoc/index.xml

Modified: sqoop/site/trunk/content/site.xml
URL: http://svn.apache.org/viewvc/sqoop/site/trunk/content/site.xml?rev=1851614&r1=1851613&r2=1851614&view=diff
==============================================================================
--- sqoop/site/trunk/content/site.xml (original)
+++ sqoop/site/trunk/content/site.xml Fri Jan 18 11:35:16 2019
@@ -54,7 +54,7 @@
     <links position="left">
       <item name="Wiki" href="https://cwiki.apache.org/confluence/display/SQOOP" />
       <item name="JIRA" href="https://issues.apache.org/jira/browse/SQOOP" />
-      <item name="GIT" href="https://git-wip-us.apache.org/repos/asf?p=sqoop.git" />
+      <item name="GIT" href="https://github.com/apache/sqoop" />
     </links>
 
     <breadcrumbs position="left">
@@ -132,7 +132,6 @@
       <item name="Thanks" href="http://www.apache.org/foundation/thanks.html"/>
     </menu>
     
-    <footer>© 2011-2012 The Apache Software Foundation. Apache Sqoop, Sqoop, Apache, the Apache feather logo, and the Apache Sqoop project logo are trademarks of The Apache Software Foundation.</footer>
+    <footer>� 2011-2012 The Apache Software Foundation. Apache Sqoop, Sqoop, Apache, the Apache feather logo, and the Apache Sqoop project logo are trademarks of The Apache Software Foundation.</footer>
   </body>
 </project>
-

Modified: sqoop/site/trunk/content/xdoc/index.xml
URL: http://svn.apache.org/viewvc/sqoop/site/trunk/content/xdoc/index.xml?rev=1851614&r1=1851613&r2=1851614&view=diff
==============================================================================
--- sqoop/site/trunk/content/xdoc/index.xml (original)
+++ sqoop/site/trunk/content/xdoc/index.xml Fri Jan 18 11:35:16 2019
@@ -41,9 +41,15 @@ xsi:schemaLocation="http://maven.apache.
     <p>Download a release of Sqoop from a 
     <a class="externalLink" href="http://www.apache.org/dyn/closer.lua/sqoop/">nearby
     mirror</a>.</p>
-    <p>Sqoop source code is held in the Apache GIT repository.</p>
-    <p>You might clone the repository using following command:<br /><br />git clone https://git-wip-us.apache.org/repos/asf/sqoop.git</p>
-    <p>Use following link to browse the repository online:<br /><br /> <a href="https://git-wip-us.apache.org/repos/asf?p=sqoop.git;a=summary">https://git-wip-us.apache.org/repos/asf?p=sqoop.git;a=summary</a></p>
+    <p>Sqoop source code is available on both Gitbox and GitHub.</p>
+    <p>You might clone the repository using one of the following commands:<br />
+    <br />git clone https://gitbox.apache.org/repos/asf/sqoop.git
+    <br />git clone https://github.com/apache/sqoop.git
+    </p>
+    <p>Use one of the following links to browse the repository online:<br />
+    <br /><a href="https://gitbox.apache.org/repos/asf?p=sqoop.git">https://gitbox.apache.org/repos/asf?p=sqoop.git</a>
+    <br /><a href="https://github.com/apache/sqoop">https://github.com/apache/sqoop</a>
+    </p>
 
 
    <subsection name="Getting Involved"></subsection>