wuguihu created FLINK-23259:
-------------------------------
Summary: [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
[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)