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
* Move validate to check workflow
* fix: exclude angle brackets from bare URL match in validate-links
The bare absolute-URL regex stopped only at whitespace, `)`, and `"`. When
a `docs.seam.co/latest/...` URL appeared as anchor text inside HTML
(e.g. `>https://docs.seam.co/latest/foo</a></td>`), the match greedily
swallowed the trailing tags and reported the malformed path as broken.
Adding `<` and `>` to the exclusion set lets the bare URL pattern
terminate at the closing `<`, so cross-section absolute URLs in the
guides README validate cleanly.
* Remove .gitbook refs to removed page
---------
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments