skytin1004 opened a new pull request, #903: URL: https://github.com/apache/fesod/pull/903
<!-- Thanks very much for contributing to Apache Fesod (Incubating)! Please make sure that your code changes are covered with tests. And in case of new features or big changes remember to adjust the documentation. Feel free to ping committers for the review! In case of an existing issue, reference it using one of the following: Closed: #ISSUE Related: #ISSUE --> ## Purpose of the pull request <!-- Describe the purpose of this pull request. For example: Closed: #ISSUE--> Fix a broken checksum link in the download documentation that I found while reviewing the docs. ## What's changed? <!--- Describe the change below, including rationale and design decisions --> The `fastexcel-1.1.0.jar.sha1` link in the previous non-Apache releases table pointed to the `1.2.0` Maven Central directory, so it resolved to a non-existent `1.2.0/fastexcel-1.1.0.jar.sha1` path. This PR updates the link to use the correct `1.1.0` directory in both: - English download documentation - Chinese download documentation No code behavior is changed. ## Checklist - [x] I have read the [Contributor Guide](https://fesod.apache.org/community/contribution/). - [x] I have written the necessary doc or comment. - [ ] I have added the necessary unit tests and all cases have passed. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
