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


   
   The name attribute of GH_link in shortcodes was lost. As a result, the Link 
to Flink-examexam-batch failed
   
   
   
   1. 
https://ci.apache.org/projects/flink/flink-docs-master/zh/docs/dev/dataset/examples/
   
   2. docs/content.zh/docs/dev/dataset/examples.md
   
   3. The shortcode below contains both 'file' attributes and no 'name'
   ```
    {{< gh_link file="flink-examples/flink-examples-batch" 
file="flink-examples-batch" >}}
   ```
   
   4. It should be modified as follows
   ```
    {{< gh_link file="flink-examples/flink-examples-batch" 
name="flink-examples-batch" >}}
   ```
   
   


-- 
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