skytin1004 opened a new pull request, #904:
URL: https://github.com/apache/fesod/pull/904

   <!--
   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 an incorrect Maven Central link that I found while reviewing the 
quickstart documentation.
   
   ## What's changed?
   
   <!--- Describe the change below, including rationale and design decisions -->
   
   The quickstart guide linked to the `org.apache.fesod:fesod` artifact page on 
Maven Central, but the documented dependency uses the published 
`org.apache.fesod:fesod-sheet` artifact.
   
   The previous Maven metadata path for `org.apache.fesod:fesod` returns 404, 
while the `org.apache.fesod:fesod-sheet` metadata path returns 200. This PR 
updates the link in both the English and Chinese quickstart 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]

Reply via email to