Repository: thrift Updated Branches: refs/heads/master 388738d33 -> ad2ea3daa
update the CONTRIBUTING readme to point to build instructions (again) Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/ad2ea3da Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/ad2ea3da Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/ad2ea3da Branch: refs/heads/master Commit: ad2ea3daa9907433251148a4b719f5a51a060213 Parents: 388738d Author: James E. King, III <jk...@apache.org> Authored: Sat Nov 11 09:49:13 2017 -0500 Committer: James E. King, III <jk...@apache.org> Committed: Sat Nov 11 09:49:13 2017 -0500 ---------------------------------------------------------------------- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/ad2ea3da/CONTRIBUTING.md ---------------------------------------------------------------------- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b552ddf..d8b0a4c 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... ##