You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by fp...@apache.org on 2022/01/05 14:24:13 UTC

[flink] branch release-1.14 updated: [hotfix][doc]Fixed an issue where clicking Window Assigner and Window Function in Windows documents could not jump correctly.

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 <64...@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