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: 
   
![image](https://github.com/apache/apisix-website/assets/61664827/cd9e149d-1db3-4503-8b8e-426ffe5b1f30)
   
   These are not broken links
   
   Fixed Issue:
   
![image](https://github.com/apache/apisix-website/assets/61664827/e4b253ed-df5a-4a78-8ef5-f339f4f592cb)
   
   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]

Reply via email to