You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had recently sent a PR to fix a broken link in documentation in: #3312
For checking broken links, I had used an open source link checking tool called lychee. The same lychee tool can also be used as GitHub Actions using https://github.com/lycheeverse/lychee-action. We can use this action to periodically check for broken links and also on PRs to make sure that it doesn't include broken links.
I had recently sent a PR to fix a broken link in documentation in: #3312
For checking broken links, I had used an open source link checking tool called
lychee
. The same lychee tool can also be used as GitHub Actions using https://github.com/lycheeverse/lychee-action. We can use this action to periodically check for broken links and also on PRs to make sure that it doesn't include broken links.If you want to see am example of how this can be done, lychee docs are itself checked with lychee. See https://github.com/lycheeverse/lychee/blob/master/.github/workflows/links.yml
This has been opened up for discussion on recommendation in #3312 (comment)
The text was updated successfully, but these errors were encountered: