[ 
https://issues.apache.org/jira/browse/FLINK-23631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jark Wu updated FLINK-23631:
----------------------------
    Summary: Fix broken links in documentations  (was: [docs-zh] The name 
attribute of GH_link in shortcodes was lost. As a result, the Link to 
Flink-examexam-batch failed)

> Fix broken links in documentations
> ----------------------------------
>
>                 Key: FLINK-23631
>                 URL: https://issues.apache.org/jira/browse/FLINK-23631
>             Project: Flink
>          Issue Type: Bug
>          Components: Documentation
>            Reporter: wuguihu
>            Assignee: wuguihu
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.14.0
>
>         Attachments: image-20210805011518012.png, 
> image-20210805014000555.png, image-20210808002209467.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