This is an automated email from the ASF dual-hosted git repository.
fpaul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new c74d07c [hotfix][doc]Fixed the problem that the Windows document
Window Assigners and Window Functions of the master branch could not jump
correctly.
c74d07c is described below
commit c74d07cb3df337dd9d2a76dc911b84ed756426a7
Author: shitou <[email protected]>
AuthorDate: Wed Jan 5 23:04:10 2022 +0800
[hotfix][doc]Fixed the problem that the Windows document Window Assigners
and Window Functions of the master branch could not jump correctly.
---
docs/content.zh/docs/dev/datastream/operators/windows.md | 2 +-
docs/content/docs/dev/datastream/operators/windows.md | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/content.zh/docs/dev/datastream/operators/windows.md
b/docs/content.zh/docs/dev/datastream/operators/windows.md
index 20224e0..df554ad 100644
--- a/docs/content.zh/docs/dev/datastream/operators/windows.md
+++ b/docs/content.zh/docs/dev/datastream/operators/windows.md
@@ -83,7 +83,7 @@ Trigger 还可以在 window 被创建后、删除前的这段时间内定义何
接下来我们会更详细地介绍上面提到的内容。开头的例子中有必填项和可选项。
我们先从必填项开始(详见 [Keyed vs Non-Keyed Windows](#keyed-和-non-keyed-windows)、
-[Window Assigner](#window-assigners)、[Window Function](#窗口函数window-functions))。
+[Window Assigners](#window-assigners)、[Window
Functions](#窗口函数window-functions))。
## Keyed 和 Non-Keyed Windows
diff --git a/docs/content/docs/dev/datastream/operators/windows.md
b/docs/content/docs/dev/datastream/operators/windows.md
index 453b9da..2074528 100644
--- a/docs/content/docs/dev/datastream/operators/windows.md
+++ b/docs/content/docs/dev/datastream/operators/windows.md
@@ -86,8 +86,8 @@ Apart from the above, you can specify an `Evictor` (see
[Evictors](#evictors)) w
elements from the window after the trigger fires and before and/or after the
function is applied.
In the following we go into more detail for each of the components above. We
start with the required parts in the above
-snippet (see [Keyed vs Non-Keyed Windows](#keyed-vs-non-keyed-windows),
[Window Assigner](#window-assigner), and
-[Window Function](#window-function)) before moving to the optional ones.
+snippet (see [Keyed vs Non-Keyed Windows](#keyed-vs-non-keyed-windows),
[Window Assigners](#window-assigners), and
+[Window Functions](#window-functions)) before moving to the optional ones.
## Keyed vs Non-Keyed Windows