docs: point docs URLs at heibench.com - #66
Merged
Conversation
The org site took the custom domain heibench.com, which retargets project Pages on the same account: https://heibench.github.io/orlab/ now 301s to https://heibench.com/orlab/. site_url is the one that mattered. MkDocs builds canonical link tags and sitemap.xml from it, so every page advertised a canonical URL that was a redirect and the sitemap pointed crawlers at the old host. The README badge target and prose links follow. CHANGELOG is left alone deliberately: it records what was true at the time, and the redirect keeps those links working. Closes #65
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The org site took the custom domain heibench.com, which retargets project Pages on
the same account:
site_urlis the one that matteredMkDocs builds canonical link tags and
sitemap.xmlfrom it. Left as it was, everypage advertised a canonical URL that is a redirect and the sitemap pointed crawlers at
the old host. Verified by building the docs:
<link rel="canonical" href="https://heibench.com/orlab/"><loc>entries on the new host, 0 staleThe README badge target and prose links follow. Every
heibench.comlink in theREADME was fetched and returns 200.
CHANGELOG left alone, deliberately
Per the issue: it records what was true at the time, and the redirect keeps those links
working. It is the only remaining reference to the old host in this repo.
Sequencing
Held until the TLS certificate provisioned rather than shipping
https://URLs thatwould fail a handshake. Confirmed before opening this: certificate state
approvedfor
heibench.comandwww.heibench.com, HTTPS serving 200, and HTTPS enforcementnow on so plain HTTP 301s to it.
Closes #65