[FLINK-3611] [docs] Correct link in CONTRIBUTING.md This closes #1786
Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/77c867a6 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/77c867a6 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/77c867a6 Branch: refs/heads/master Commit: 77c867a6341d11acf961230feed3c3e5f5db973f Parents: 9c8747d Author: Martin Junghanns <[email protected]> Authored: Mon Mar 14 00:08:10 2016 +0100 Committer: Fabian Hueske <[email protected]> Committed: Tue Mar 22 13:53:58 2016 +0100 ---------------------------------------------------------------------- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/77c867a6/CONTRIBUTING.md ---------------------------------------------------------------------- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 272f6ea..d08ed02 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,6 +6,6 @@ To make the process smooth for the project *committers* (those who review and ac ## Contribution Guidelines -Please check out the [How to Contribute guide](http://flink.apache.org/how-to-contribute.html) to understand how contributions are made. -There is also a list of [Coding Guidelines](http://flink.apache.org/coding-guidelines.html) that you should follow. +Please check out the [How to Contribute guide](http://flink.apache.org/how-to-contribute.html) to understand how contributions are made. +A detailed explanation can be found in our [Contribute Code Guide](http://flink.apache.org/contribute-code.html) which also contains a list of coding guidelines that you should follow.
