summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJames E. King, III <jking@apache.org>2017-11-11 09:51:14 -0500
committerJames E. King, III <jking@apache.org>2017-11-11 09:51:14 -0500
commit95d5fb3a1e38125b9eabcbe9cda1a6c7bbe3e93d (patch)
treed91d9d714d3cc7c44f0e1a78b3f1bd0488b7850e /CONTRIBUTING.md
parentad2ea3daa9907433251148a4b719f5a51a060213 (diff)
downloadthrift-95d5fb3a1e38125b9eabcbe9cda1a6c7bbe3e93d.tar.gz
update the CONTRIBUTING readme to point to build instructions (third time is a charm)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d8b0a4c0f..04603592b 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -8,11 +8,11 @@ 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 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 README](build/wincpp/README.md).
+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).
+For unix systems, see our detailed instructions on the [Docker README](/build/docker/README.md).
## If you want to review open issues... ##