If external link checking is enabled with HtmlProofer, the next page created will cause the link checker to fail when using auto-generated links to the page source.
This is because the page source link does not yet exist in source control, but does exist in the branch, so the HtmlProofer fails.
We patched this in di-authentication-tech-docs by ignoring any links related to the source repo url.
https://github.com/alphagov/di-authentication-tech-docs/blob/main/config.rb#L24