wuguihu created FLINK-23631:
-------------------------------

             Summary: [docs-zh] The name attribute of GH_link in shortcodes was 
lost. As a result, the Link to Flink-examexam-batch failed
                 Key: FLINK-23631
                 URL: https://issues.apache.org/jira/browse/FLINK-23631
             Project: Flink
          Issue Type: Bug
          Components: Documentation
            Reporter: wuguihu
         Attachments: image-20210805011518012.png

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'
{code:java}
 {{< gh_link file="flink-examples/flink-examples-batch" 
file="flink-examples-batch" >}}
{code}
4. It should be modified as follows
{code:java}
 {{< gh_link file="flink-examples/flink-examples-batch" 
name="flink-examples-batch" >}}
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to