-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix broken links and update link checking docs #2327
Conversation
This is done in support of #2319
This is the branch protection rule I want to enable: The key callouts are:
I will enable this once it gets approval |
@eshon and @lanzafame : I think this is ready for review. Please look at #2327 (comment) as well. |
README.md
Outdated
@@ -30,6 +31,10 @@ This repository manages the documentation for the [Filecoin network](https://fil | |||
|
|||
Want to help out? Pull requests (PRs) are always welcome! If you want to help out but aren't sure where to start, check out the [issues board](https://github.com/filecoin-project/filecoin-docs/issues). | |||
|
|||
### Link checking | |||
|
|||
Links are checked using [lychee-action](https://github.com/lycheeverse/lychee-action) as confirugred by [check-external-links.yml](.github/workflows/check-external-links.yml). Working links are required before merging. If you have a link that should be excluded from checking use [`.lycheeignore`](https://github.com/lycheeverse/lychee-action?tab=readme-ov-file#excluding-links-from-getting-checked) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would add that raw links need backticks and not <code>
blocks around them to work with the link checker.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lanzafame : i think <code>
block works too. I have updated the README.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahh good to know
This is done in support of #2319