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
deploy(link-check): be careful to anchor the remap patterns
Especially the first one, which typically starts with
`(https://<username>.github.io/)?/git-scm.com)`, needs to be anchored to
the beginning of the link, otherwise `/git-scm.com` would be matched
even in the middle of any link, which was not intended (because the
replacement starts with `file:/` and hence must be anchored at the
start.
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments