This is an automated email from the ASF dual-hosted git repository. sjwiesman pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/flink-web.git
commit ca9f1ca660c5ca79269dfd3f7a4e041aa0da663f Author: Daisy T <[email protected]> AuthorDate: Fri Jun 18 20:13:20 2021 +0200 [FLINK-23038][docs] fix glossary link This closes #451 --- contributing/docs-style.md | 2 +- contributing/docs-style.zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contributing/docs-style.md b/contributing/docs-style.md index 3f13fc3..752b0dc 100644 --- a/contributing/docs-style.md +++ b/contributing/docs-style.md @@ -82,7 +82,7 @@ Principles](#general-guiding-principles). Use clear definitions of terms or provide additional instructions on what something means by adding a link to a helpful resource, such as other documentation pages or the [Flink -Glossary](https://ci.apache.org/projects/flink/flink-docs-master/concepts/glossary.html). +Glossary](https://ci.apache.org/projects/flink/flink-docs-stable/docs/concepts/glossary). The Glossary is a work in progress, so you can also propose new terms by opening a pull-request. diff --git a/contributing/docs-style.zh.md b/contributing/docs-style.zh.md index 72012e4..1e0f2f2 100644 --- a/contributing/docs-style.zh.md +++ b/contributing/docs-style.zh.md @@ -82,7 +82,7 @@ Principles](#general-guiding-principles). Use clear definitions of terms or provide additional instructions on what something means by adding a link to a helpful resource, such as other documentation pages or the [Flink -Glossary](https://ci.apache.org/projects/flink/flink-docs-master/concepts/glossary.html). +Glossary](https://ci.apache.org/projects/flink/flink-docs-stable/docs/concepts/glossary). The Glossary is a work in progress, so you can also propose new terms by opening a pull-request.
