[
https://issues.apache.org/jira/browse/FLINK-23581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17391756#comment-17391756
]
wuguihu commented on FLINK-23581:
---------------------------------
Hi [~jark]
Excuse me for taking up your time.
I created pull request for this issue.
Would you like to review it for me.
If there is any problem, please inform me in time.
I will actively revise it in time.
Thank you very much!
> The link to the Flink download page is broken
> ---------------------------------------------
>
> Key: FLINK-23581
> URL: https://issues.apache.org/jira/browse/FLINK-23581
> Project: Flink
> Issue Type: Bug
> Components: Documentation
> Reporter: wuguihu
> Priority: Major
> Labels: pull-request-available
> Attachments: image-20210802152418242.png, image-20210802153010175.png
>
>
> *1. The url of the download link is not written correctly, so the link is
> invalid.*
>
> The wrong link information is as follows:
> {code:java}
> [download page]({{ site.download_url }})
> {code}
> It should be modified as follows:
> {code:java}
> [download page](https://flink.apache.org/downloads.html)
> {code}
>
> *2. The pages involved are as follows*
> 1>
> [https://ci.apache.org/projects/flink/flink-docs-master/zh/docs/deployment/resource-providers/standalone/overview/]
> 2>
> [https://ci.apache.org/projects/flink/flink-docs-master/zh/docs/deployment/resource-providers/yarn/]
> 3>
> [https://ci.apache.org/projects/flink/flink-docs-master/docs/deployment/resource-providers/standalone/overview/]
> 4>
> [https://ci.apache.org/projects/flink/flink-docs-master/docs/deployment/resource-providers/yarn/]
>
> *3、The documents involved are as follows:*
> {code:java}
> 1. docs/content.zh/docs/deployment/resource-providers/standalone/overview.md
> 2. docs/content.zh/docs/deployment/resource-providers/yarn.md
> 3. docs/content/docs/deployment/resource-providers/standalone/overview.md
> 4. docs/content/docs/deployment/resource-providers/yarn.md
> {code}
> *4、 The modifications involved are as follows:*
> {code:java}
> 1. [download page]({{ site.download_url }})
> Modified as follows:
> [download page](https://flink.apache.org/downloads.html)
>
> 2. [下载页面]({{ site.zh_download_url }})
> Modified as follows:
> [下载页面](https://flink.apache.org/zh/downloads.html)
>
> 3. [Downloads / Additional
> Components]({{site.download_url}}#additional-components)
> Modified as follows:
> [Downloads / Additional
> Components](https://flink.apache.org/downloads.html#additional-components)
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)