wuguihu created FLINK-23581: ------------------------------- Summary: 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 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)