You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by je...@apache.org on 2017/12/03 01:03:02 UTC

[32/50] [abbrv] thrift git commit: update the CONTRIBUTING readme to point to build instructions (third time is a charm)

update the CONTRIBUTING readme to point to build instructions (third time is a charm)


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/95d5fb3a
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/95d5fb3a
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/95d5fb3a

Branch: refs/heads/0.11.0
Commit: 95d5fb3a1e38125b9eabcbe9cda1a6c7bbe3e93d
Parents: ad2ea3d
Author: James E. King, III <jk...@apache.org>
Authored: Sat Nov 11 09:51:14 2017 -0500
Committer: James E. King, III <jk...@apache.org>
Committed: Sat Nov 11 09:51:14 2017 -0500

----------------------------------------------------------------------
 CONTRIBUTING.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/95d5fb3a/CONTRIBUTING.md
----------------------------------------------------------------------
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d8b0a4c..0460359 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... ##