This is an automated email from the ASF dual-hosted git repository.
jark 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 29dbb9e8a [FLINK-20760][Project Website] Fix broken doc link (#549)
29dbb9e8a is described below
commit 29dbb9e8aa5b67d645e8f412fb831acb4d3030dd
Author: Tom <[email protected]>
AuthorDate: Sun Jun 12 13:13:56 2022 +0800
[FLINK-20760][Project Website] Fix broken doc link (#549)
---
content/contributing/code-style-and-quality-common.html | 2 +-
content/zh/contributing/code-style-and-quality-common.html | 2 +-
contributing/code-style-and-quality-common.md | 2 +-
contributing/code-style-and-quality-common.zh.md | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/content/contributing/code-style-and-quality-common.html
b/content/contributing/code-style-and-quality-common.html
index ee2d80d9b..2c92c3756 100644
--- a/content/contributing/code-style-and-quality-common.html
+++ b/content/contributing/code-style-and-quality-common.html
@@ -482,7 +482,7 @@ That way, you get warnings from IntelliJ about all sections
where you have to re
<p><em>Note: This means that <code>@Nonnull</code> annotations are usually not
necessary, but can be used in certain cases to override a previous annotation,
or to point non-nullability out in a context where one would expect a nullable
value.</em></p>
<p><code>Optional</code> is a good solution as a return type for method that
may or may not have a result, so nullable return types are good candidates to
be replaced with <code>Optional</code>.
-See also <a href="code-style-and-quality-java.md#java-optional">usage of Java
Optional</a>.</p>
+See also <a href="code-style-and-quality-java.html#java-optional">usage of
Java Optional</a>.</p>
<h3 id="avoid-code-duplication">Avoid Code Duplication</h3>
diff --git a/content/zh/contributing/code-style-and-quality-common.html
b/content/zh/contributing/code-style-and-quality-common.html
index 37768b41c..61bf3fc32 100644
--- a/content/zh/contributing/code-style-and-quality-common.html
+++ b/content/zh/contributing/code-style-and-quality-common.html
@@ -473,7 +473,7 @@ That way, you get warnings from IntelliJ about all sections
where you have to re
<p><em>Note: This means that <code>@Nonnull</code> annotations are usually not
necessary, but can be used in certain cases to override a previous annotation,
or to point non-nullability out in a context where one would expect a nullable
value.</em></p>
<p><code>Optional</code> is a good solution as a return type for method that
may or may not have a result, so nullable return types are good candidates to
be replaced with <code>Optional</code>.
-See also <a href="code-style-and-quality-java.md#java-optional">usage of Java
Optional</a>.</p>
+See also <a href="code-style-and-quality-java.html#java-optional">usage of
Java Optional</a>.</p>
<h3 id="avoid-code-duplication">Avoid Code Duplication</h3>
diff --git a/contributing/code-style-and-quality-common.md
b/contributing/code-style-and-quality-common.md
index a2a8998dd..80f2dc06c 100644
--- a/contributing/code-style-and-quality-common.md
+++ b/contributing/code-style-and-quality-common.md
@@ -163,7 +163,7 @@ That way, you get warnings from IntelliJ about all sections
where you have to re
_Note: This means that `@Nonnull` annotations are usually not necessary, but
can be used in certain cases to override a previous annotation, or to point
non-nullability out in a context where one would expect a nullable value._
`Optional` is a good solution as a return type for method that may or may not
have a result, so nullable return types are good candidates to be replaced with
`Optional`.
-See also [usage of Java
Optional](code-style-and-quality-java.md#java-optional).
+See also [usage of Java
Optional](code-style-and-quality-java.html#java-optional).
### Avoid Code Duplication
diff --git a/contributing/code-style-and-quality-common.zh.md
b/contributing/code-style-and-quality-common.zh.md
index 1d1158df9..e8c919d19 100644
--- a/contributing/code-style-and-quality-common.zh.md
+++ b/contributing/code-style-and-quality-common.zh.md
@@ -163,7 +163,7 @@ That way, you get warnings from IntelliJ about all sections
where you have to re
_Note: This means that `@Nonnull` annotations are usually not necessary, but
can be used in certain cases to override a previous annotation, or to point
non-nullability out in a context where one would expect a nullable value._
`Optional` is a good solution as a return type for method that may or may not
have a result, so nullable return types are good candidates to be replaced with
`Optional`.
-See also [usage of Java
Optional](code-style-and-quality-java.md#java-optional).
+See also [usage of Java
Optional](code-style-and-quality-java.html#java-optional).
### Avoid Code Duplication