This is an automated email from the ASF dual-hosted git repository.

martijnvisser pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 585e37761 [hotfix] Fix the wrong link in contribute code page
585e37761 is described below

commit 585e3776129e852a18f8d2eeec4d6129d82e1786
Author: congxianqiu <congxian...@tencent.com>
AuthorDate: Wed Jun 21 15:36:37 2023 +0800

    [hotfix] Fix the wrong link in contribute code page
---
 docs/content/how-to-contribute/contribute-code.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/content/how-to-contribute/contribute-code.md 
b/docs/content/how-to-contribute/contribute-code.md
index d60dd31fc..e38318c5d 100644
--- a/docs/content/how-to-contribute/contribute-code.md
+++ b/docs/content/how-to-contribute/contribute-code.md
@@ -106,7 +106,7 @@ to the Flink project and want to learn about it and its 
contribution process, yo
     <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="{{< relref 
"how-to-contribute/contribute-code" >}}">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="{{< relref 
"how-to-contribute/code-style-and-quality-preamble" >}}">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>
@@ -204,7 +204,7 @@ Once you've been assigned to a Jira issue, you may start to 
implement the requir
 Here are some further points to keep in mind while implementing:
 
 - [Set up a Flink development 
environment](https://cwiki.apache.org/confluence/display/FLINK/Setting+up+a+Flink+development+environment)
-- Follow the [Code Style and Quality Guide]({{< relref 
"how-to-contribute/contribute-code" >}}) of Flink
+- Follow the [Code Style and Quality Guide]({{< relref 
"how-to-contribute/code-style-and-quality-preamble" >}}) of Flink
 - Take any discussions and requirements from the Jira issue or design document 
into account.
 - Do not mix unrelated issues into one contribution.
 

Reply via email to