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
Unfortunately we cannot use the much prettier-looking
https://github.com/tcort/markdown-link-check tool because it cannot
handle relative links to other Markdown files. For some related
discussion, see tcort/markdown-link-check#215.
So instead we just use [htmltest](https://github.com/wjdp/htmltest).
This isn't included in CI yet because we're using it to locally check
for broken links as part of the update of the "Legacy Snapshot" folder.
Later when things stabilize, we can consider adding this to CI (although
adding it CI might be not a great idea because of expected flakiness,
unless we add additional instrumentation around this).
0 commit comments