wuguihu created FLINK-23292:
-------------------------------
Summary: [DOCS]Some links on page
docs/content/docs/dev/table/concepts/dynamic_tables is failed and 404 is
returned
Key: FLINK-23292
URL: https://issues.apache.org/jira/browse/FLINK-23292
Project: Flink
Issue Type: Bug
Components: Documentation
Reporter: wuguihu
Attachments: image-20210707153836711.png
The original is as follows:
{code:java}
[time attributes](time_attributes.html)
{code}
When i click the link [time attributes|
https://ci.apache.org/projects/flink/flink-docs-master/docs/dev/table/concepts/dynamic_tables/time_attributes.html],
404 is returned.
The English page
is:[https://ci.apache.org/projects/flink/flink-docs-master/docs/dev/table/concepts/dynamic_tables]
{noformat}
//The markdown file: docs/content/docs/dev/table/concepts/dynamic_tables.md
//1、 line 121
[time attributes](time_attributes.html)
This link should be modified to [time attributes]({{< ref
"docs/dev/table/concepts/time_attributes" >}})
//2、 line 158
[Query Configuration](query_configuration.html)
This link should be modified to [Query Configuration]({{< ref
"docs/dev/table/config" >}})
//3、line 180
[TableSources and TableSinks](../sourceSinks.html#define-a-tablesink)
This link should be modified to [TableSources and TableSinks]({{< ref
"docs/dev/table/sourcesSinks">}}#dynamic-table-sink){noformat}
The Chinese page
is:[https://ci.apache.org/projects/flink/flink-docs-master/zh/docs/dev/table/concepts/dynamic_tables/]
{noformat}
//The markdown file: docs/content.zh/docs/dev/table/concepts/dynamic_tables.md
//1、 line 120
[时间属性](time_attributes.html)
This link should be modified to [time attributes]({{< ref
"docs/dev/table/concepts/time_attributes" >}})
//2、 line 159
[查询配置](query_configuration.html)
This link should be modified to [查询配置]({{< ref "docs/dev/table/config" >}})
//3、line 182
[TableSources and TableSinks](../sourceSinks.html#define-a-tablesink)
This link should be modified to [TableSources and TableSinks]({{< ref
"docs/dev/table/sourcesSinks">}}#dynamic-table-sink){noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)