[
https://issues.apache.org/jira/browse/FLINK-23259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17374946#comment-17374946
]
wuguihu commented on FLINK-23259:
---------------------------------
Hi [~jark]
I created pull request for this issue .
Please help to review it
If there is any problem, please inform me in time.
I active support the modification.
Thank you.
> [DOCS]The 'window' link on page A is failed and 404 is returned
> ---------------------------------------------------------------
>
> Key: FLINK-23259
> URL: https://issues.apache.org/jira/browse/FLINK-23259
> Project: Flink
> Issue Type: Bug
> Components: Documentation
> Reporter: wuguihu
> Priority: Major
> Labels: pull-request-available
> Attachments: image-20210706004743893.png
>
>
>
> [https://ci.apache.org/projects/flink/flink-docs-master/docs/dev/datastream/operators/overview/#window]
>
> The 'window' link this page is failed and 404 is returned。
> The original is as follows:
> ```txt
> See [windows](windows.html) for a complete description of windows.
> ```
> See
> [windows]([https://ci.apache.org/projects/flink/flink-docs-master/docs/dev/datastream/operators/overview/windows.html])
> for a complete description of windows.
>
>
>
> The modification is done as follows
> ```txt
> [windows](windows.html) --> [windows]({{< ref
> "docs/dev/datastream/operators/windows" >}})
> ```
>
>
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)