Author: jking
Date: Fri Dec 28 12:53:56 2018
New Revision: 1849844

URL: http://svn.apache.org/viewvc?rev=1849844&view=rev
Log:
THRIFT-4546 fix git links on site.

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

Modified: thrift/cms-site/trunk/content/developers.md
URL: 
http://svn.apache.org/viewvc/thrift/cms-site/trunk/content/developers.md?rev=1849844&r1=1849843&r2=1849844&view=diff
==============================================================================
--- thrift/cms-site/trunk/content/developers.md (original)
+++ thrift/cms-site/trunk/content/developers.md Fri Dec 28 12:53:56 2018
@@ -15,27 +15,20 @@ Apache Thrift tracks both bugs and enhan
 ---
 
 ## Source Control
-The Apache Thrift source code resides in the Apache git repository. Four types 
of access are available:
+The Apache Thrift source code resides in 
[GitHub](https://github.com/apache/thrift).  Three types of access are 
available:
 
 * **Web-Access (read-only)**
 
-       Source code can be browsed via the Web 
+       Source code can be browsed via the Web:
                
-       
[https://git-wip-us.apache.org/repos/asf?p=thrift.git](https://git-wip-us.apache.org/repos/asf?p=thrift.git)
+       [https://github.com/apache/thrift](https://github.com/apache/thrift)
 
 * **Anonymous (read-only)**
 
-       git clone 
[https://git-wip-us.apache.org/repos/asf/thrift.git](https://git-wip-us.apache.org/repos/asf/thrift.git)
+       git clone https://github.com/apache/thrift.git
                
 * **Committer Access (read-write)**
 
-       General instructions for committer access is 
[here](https://git-wip-us.apache.org)
+       General instructions for committer access is 
[here](https://git-wip-us.apache.org/#committers-getting-started).  It is a 
little stale (especially the netrc file information).
 
        [{{ conf.git_repo }}.git]({{ conf.git_repo }}.git)
-       
-* **unofficial Git repositories**
-
-       Unofficial git repositories are mirrors of the main repository
-
-       * [Github](http://github.com/apache/thrift)
-       


Reply via email to