summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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... ##