wuguihu created FLINK-23268:
-------------------------------
Summary: [DOCS]The link on page
docs/dev/table/sql/queries/match_recognize/ is failed and 404 is returned
Key: FLINK-23268
URL: https://issues.apache.org/jira/browse/FLINK-23268
Project: Flink
Issue Type: Bug
Components: Documentation
Reporter: wuguihu
Attachments: image-20210706134442433.png
Some link information on the page is incorrectly written, resulting in a 404
page
The page url
:[https://ci.apache.org/projects/flink/flink-docs-master/docs/dev/table/sql/queries/match_recognize/]
The markdown
file:[https://github.com/apache/flink/blob/master/docs/content/docs/dev/table/sql/queries/match_recognize.md]
When i click on this the link `[append
table](dynamic_tables.html#update-and-append-queries)`, I get a 404 page。
The corresponding address is
:[https://ci.apache.org/projects/flink/flink-docs-master/docs/dev/table/sql/queries/match_recognize/dynamic_tables.html#update-and-append-queries]
Refer to document
[https://github.com/apache/flink/blob/master/docs/content.zh/docs/dev/table/sql/queries/match_recognize.md]
for the correct link information
The link shown below returns 404
{code:java}
//1
[append table](dynamic_tables.html#update-and-append-queries)
//2
[processing time or event time](time_attributes.html)
//3
[time attributes](time_attributes.html)
//4
<a href="time_attributes.html">rowtime attribute</a>
//5
<a href="time_attributes.html#processing-time">proctime attribute</a>
//6
[state retention time](query_configuration.html#idle-state-retention-time)
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)