hapihu opened a new pull request #16670:
URL: https://github.com/apache/flink/pull/16670
The url of the download link is not written correctly, so the link is
invalid.
The wrong link information is as follows:
`[download page]({{ site.download_url }}) `
It should be modified as follows:
`[download page](https://flink.apache.org/downloads.html) `
**The modifications involved are as follows:**
```bash
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)
```
--
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]