You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jk...@apache.org on 2018/09/28 12:18:36 UTC

svn commit: r1842241 - /thrift/cms-site/trunk/content/download.md

Author: jking
Date: Fri Sep 28 12:18:36 2018
New Revision: 1842241

URL: http://svn.apache.org/viewvc?rev=1842241&view=rev
Log:
Fix git clone to use github instead of asf git

Modified:
    thrift/cms-site/trunk/content/download.md

Modified: thrift/cms-site/trunk/content/download.md
URL: http://svn.apache.org/viewvc/thrift/cms-site/trunk/content/download.md?rev=1842241&r1=1842240&r2=1842241&view=diff
==============================================================================
--- thrift/cms-site/trunk/content/download.md (original)
+++ thrift/cms-site/trunk/content/download.md Fri Sep 28 12:18:36 2018
@@ -27,8 +27,9 @@ Releases from 0.6.0 up to the current re
 
 ---
 
-## GIT Checkout
-For those who would like to participate in Thrift development, you may checkout Thrift from the [Apache GIT repository](https://git-wip-us.apache.org/repos/asf?p=thrift.git).
-<pre><code>git clone https://git-wip-us.apache.org/repos/asf/thrift.git thrift
+## Git Checkout
+For those who would like to participate in Thrift development, you may checkout Thrift from the [GitHub Repository](https://github.com/apache/thrift).
+<pre><code>git clone https://github.com/apache/thrift.git
 cd thrift
 </code></pre>
+We recommend you use our [docker development environment](https://github.com/apache/thrift/tree/master/build/docker) - the same environment the CI builds use.