hapihu opened a new pull request #16410:
URL: https://github.com/apache/flink/pull/16410


   Some links on page docs/content/docs/dev/table/concepts/dynamic_tables is 
failed and 404 is returned.
   
   
   
   
   The English page 
is:https://ci.apache.org/projects/flink/flink-docs-master/docs/dev/table/concepts/dynamic_tables
   
   
   
   ```bash
   //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)
   ```
   
   
   
   The Chinese page 
is:https://ci.apache.org/projects/flink/flink-docs-master/zh/docs/dev/table/concepts/dynamic_tables/
   
   ```txt
   //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)
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to