utkar-sh-ukla opened a new pull request, #1656: URL: https://github.com/apache/apisix-website/pull/1656
Fixes: #9721 Changes: I've found an issue with the current approach to finding broken links, as many of the reported broken links are encountering CORS-related errors, not being truly broken. However, we can get accurate results by using the provided [Markdown Link Check](https://github.com/marketplace/actions/markdown-link-check). I have added the action to run `markdown-link-check` in the `link-check` workflow. Current Issue:  These are not broken links Fixed Issue:  All the links in the file are verified to be correct The current approach is also checking localhost links and giving them as a broken link. I have added a config file to ignore those links. -- 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]
