This is an automated email from the ASF dual-hosted git repository. rmetzger pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/flink-web.git
commit 90b3eb2028e5cfe6f58800cc2e7a50ae53324675 Author: Hugo Da Cruz Louro <[email protected]> AuthorDate: Thu Jun 27 18:56:55 2019 -0700 [hotfix][docs][contribute-code] Add correct link to "Code Style and Quality Guide" --- contributing/contribute-code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/contribute-code.md b/contributing/contribute-code.md index b10473c..3123a72 100644 --- a/contributing/contribute-code.md +++ b/contributing/contribute-code.md @@ -98,7 +98,7 @@ Apache Flink is maintained, improved, and extended by code contributions of volu <div class="panel panel-default"> <div class="panel-body"> <h2><span class="number">2</span><a href="#implement">Implement</a></h2> - <p>Implement the change according to the <a href="">Code Style and Quality Guide</a> and the approach agreed upon in the Jira ticket.</p> <br /> + <p>Implement the change according to the <a href="{{ site.base }}/contributing/code-style-and-quality.html">Code Style and Quality Guide</a> and the approach agreed upon in the Jira ticket.</p> <br /> <p><b>Only start working on the implementation if there is consensus on the approach (e.g. you are assigned to the ticket)</b></p> </div> </div>
