summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRobert Lu <robberphex@gmail.com>2018-12-27 23:57:35 +0800
committerJames E. King III <jking@apache.org>2018-12-28 07:46:47 -0500
commita139082755369611ed243376ec3c4161452369fc (patch)
tree77604c06b9dacbef8cad855f3966eb1088bfa97d /doc
parentf9f037bd5a9776ff1f7e28b530418299d102d8d3 (diff)
downloadthrift-a139082755369611ed243376ec3c4161452369fc.tar.gz
THRIFT-4546: replace all git-wip-us.apache.org to github.com
Diffstat (limited to 'doc')
-rw-r--r--doc/committers.md2
-rw-r--r--doc/install/centos.md2
-rw-r--r--doc/specs/idl.md4
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/committers.md b/doc/committers.md
index b02edbe00..dcdd7b791 100644
--- a/doc/committers.md
+++ b/doc/committers.md
@@ -4,7 +4,7 @@
1. Check out the latest version of the source code
- * git clone https://git-wip-us.apache.org/repos/asf/thrift.git thrift
+ * git clone https://github.com/apache/thrift.git thrift
1. Apply the patch
diff --git a/doc/install/centos.md b/doc/install/centos.md
index 609e118ea..04932c20a 100644
--- a/doc/install/centos.md
+++ b/doc/install/centos.md
@@ -64,7 +64,7 @@ If you will be developing Apache Thrift clients/servers in C++ you will also nee
## Build and Install the Apache Thrift IDL Compiler
- git clone https://git-wip-us.apache.org/repos/asf/thrift.git
+ git clone https://github.com/apache/thrift.git
cd thrift
./bootstrap.sh
./configure --with-lua=no
diff --git a/doc/specs/idl.md b/doc/specs/idl.md
index dab04c769..bf22f5477 100644
--- a/doc/specs/idl.md
+++ b/doc/specs/idl.md
@@ -242,9 +242,9 @@ Here are some examples of Thrift definitions, using the Thrift IDL:
* [Apache Cassandra's][] Thrift IDL: [cassandra.thrift][]
* [Evernote API][]
- [ThriftTest.thrift]: https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=test/ThriftTest.thrift;hb=HEAD
+ [ThriftTest.thrift]: https://raw.githubusercontent.com/apache/thrift/master/test/ThriftTest.thrift
[tutorial]: /tutorial/
- [fb303.thrift]: https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=contrib/fb303/if/fb303.thrift;hb=HEAD
+ [fb303.thrift]: https://raw.githubusercontent.com/apache/thrift/master/contrib/fb303/if/fb303.thrift
[Apache Cassandra's]: http://cassandra.apache.org/
[cassandra.thrift]: http://svn.apache.org/viewvc/cassandra/trunk/interface/cassandra.thrift?view=co
[Evernote API]: http://www.evernote.com/about/developer/api/