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

fpaul pushed a commit to branch release-1.14
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.14 by this push:
     new 24f1449  [hotfix][doc]Fixed an issue where clicking Window Assigner 
and Window Function in Windows documents could not jump correctly.
24f1449 is described below

commit 24f14490df5e3029751e82ea868e8c72560fee16
Author: shitou <644779...@qq.com>
AuthorDate: Tue Dec 28 12:48:23 2021 +0800

    [hotfix][doc]Fixed an issue where clicking Window Assigner and Window 
Function in Windows documents could not jump correctly.
---
 docs/content.zh/docs/dev/datastream/operators/windows.md | 4 ++--
 docs/content/docs/dev/datastream/operators/windows.md    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/content.zh/docs/dev/datastream/operators/windows.md 
b/docs/content.zh/docs/dev/datastream/operators/windows.md
index 0c5caff..e93a124 100644
--- a/docs/content.zh/docs/dev/datastream/operators/windows.md
+++ b/docs/content.zh/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
 
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
 

Reply via email to