summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJames E. King, III <jking@apache.org>2017-11-11 09:49:13 -0500
committerJames E. King, III <jking@apache.org>2017-11-11 09:49:13 -0500
commitad2ea3daa9907433251148a4b719f5a51a060213 (patch)
tree3ac0c78cf1e52fbccb7e0cfdaf573623712c4af1 /CONTRIBUTING.md
parent388738d3317797b6856c40a0c46768bd2f831967 (diff)
downloadthrift-ad2ea3daa9907433251148a4b719f5a51a060213.tar.gz
update the CONTRIBUTING readme to point to build instructions (again)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b552ddf76..d8b0a4c0f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -9,7 +9,9 @@ Thank you for your interest in contributing to the Apache Thrift project! Infor
## If you want to build the project locally ##
For Windows systems, see our detailed instructions on the [CMake README](build/cmake/README.md).
-For Windows Native C++ builds, see our detailed instructions on the [WinCPP
+
+For Windows Native C++ builds, see our detailed instructions on the [WinCPP README](build/wincpp/README.md).
+
For unix systems, see our detailed instructions on the [Docker README](build/docker/README.md).
## If you want to review open issues... ##