You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ni...@apache.org on 2017/05/08 16:36:15 UTC

svn commit: r1794408 - in /tika/site: publish/contribute.html src/site/apt/contribute.apt.vm

Author: nick
Date: Mon May  8 16:36:15 2017
New Revision: 1794408

URL: http://svn.apache.org/viewvc?rev=1794408&view=rev
Log:
Update the Git URL, and put Github as the default now

Modified:
    tika/site/publish/contribute.html
    tika/site/src/site/apt/contribute.apt.vm

Modified: tika/site/publish/contribute.html
URL: http://svn.apache.org/viewvc/tika/site/publish/contribute.html?rev=1794408&r1=1794407&r2=1794408&view=diff
==============================================================================
--- tika/site/publish/contribute.html (original)
+++ tika/site/publish/contribute.html Mon May  8 16:36:15 2017
@@ -90,8 +90,8 @@
 <div class="section">
 <h2><a name="Source_Code"></a>Source Code</h2>
 <p>To download the source code for the latest release of Apache Tika, please see the <a href="./download.html">Download page</a>.</p>
-<p>The master copy of the Apache Tika source code is held in GIT. You can clone (checkout) the code from <a class="externalLink" href="https://git-wip-us.apache.org/repos/asf/tika.git">https://git-wip-us.apache.org/repos/asf/tika.git</a> and you can browse it online through <a class="externalLink" href="https://git-wip-us.apache.org/repos/asf?p=tika.git">Git web interface</a></p>
-<p>For those who prefer working on GitHub, we also maintain a <a class="externalLink" href="https://github.com/apache/tika/">GitHub mirror</a>, which you are welcome to fork from and open pull requests to.</p></div>
+<p>The master copy of the Apache Tika source code is held in GIT. You can fetch (clone) the source from <a class="externalLink" href="https://github.com/apache/tika/">GitHub</a>, which you are welcome to fork from and open pull requests to.</p>
+<p>You can also clone (checkout) the code from <a class="externalLink" href="https://gitbox.apache.org/repos/asf/tika.git">https://gitbox.apache.org/repos/asf/tika.git</a> and you can browse it online through the <a class="externalLink" href="https://gitbox.apache.org/repos/asf?p=tika.git">Git web interface</a></p></div>
 <div class="section">
 <h2><a name="Reporting_Issues"></a>Reporting Issues</h2>
 <p>Tika uses the <a class="externalLink" href="https://issues.apache.org/jira/browse/TIKA">ASF JIRA instance</a>, for issue tracking, under the <a class="externalLink" href="https://issues.apache.org/jira/browse/TIKA">Tika Project</a>.</p>
@@ -320,7 +320,7 @@
       </div>
       <div id="footer">
         <p>
-          Copyright &#169; 2016
+          Copyright &#169; 2017
           <a href="http://www.apache.org/">The Apache Software Foundation</a>.
           Site powered by <a href="http://maven.apache.org/">Apache Maven</a>. 
           Search powered by

Modified: tika/site/src/site/apt/contribute.apt.vm
URL: http://svn.apache.org/viewvc/tika/site/src/site/apt/contribute.apt.vm?rev=1794408&r1=1794407&r2=1794408&view=diff
==============================================================================
--- tika/site/src/site/apt/contribute.apt.vm (original)
+++ tika/site/src/site/apt/contribute.apt.vm Mon May  8 16:36:15 2017
@@ -31,14 +31,13 @@ Source Code
    see the {{{./download.html}Download page}}.
 
    The master copy of the Apache Tika source code is held in GIT. You can
-   clone (checkout) the code from 
-   {{{https://git-wip-us.apache.org/repos/asf/tika.git}https://git-wip-us.apache.org/repos/asf/tika.git}}
-   and you can browse it online through
-   {{{https://git-wip-us.apache.org/repos/asf?p=tika.git}Git web interface}}
+   fetch (clone) the source from {{{https://github.com/apache/tika/}GitHub}},
+   which you are welcome to fork from and open pull requests to.
 
-   For those who prefer working on GitHub, we also maintain a 
-   {{{https://github.com/apache/tika/}GitHub mirror}}, which you are welcome
-   to fork from and open pull requests to.
+   You can also clone (checkout) the code from 
+   {{{https://gitbox.apache.org/repos/asf/tika.git}https://gitbox.apache.org/repos/asf/tika.git}}
+   and you can browse it online through the
+   {{{https://gitbox.apache.org/repos/asf?p=tika.git}Git web interface}}
 
 Reporting Issues