Skip to content

docs: point docs URLs at heibench.com - #66

Merged
CameronBrooks11 merged 1 commit into
mainfrom
docs/heibench-com-urls
Sep 6, 2026
Merged

docs: point docs URLs at heibench.com#66
CameronBrooks11 merged 1 commit into
mainfrom
docs/heibench-com-urls

Conversation

@CameronBrooks11

Copy link
Copy Markdown
Member

The org site took the custom domain heibench.com, which retargets project Pages on
the same account:

https://heibench.github.io/orlab/  ->  301  ->  https://heibench.com/orlab/

site_url is the one that mattered

MkDocs builds canonical link tags and sitemap.xml from it. Left as it was, every
page 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/">
  • all 10 sitemap <loc> entries on the new host, 0 stale

The README badge target and prose links follow. Every heibench.com link in the
README 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 that
would fail a handshake. Confirmed before opening this: certificate state approved
for heibench.com and www.heibench.com, HTTPS serving 200, and HTTPS enforcement
now on so plain HTTP 301s to it.

Closes #65

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
@CameronBrooks11
CameronBrooks11 merged commit 57eed89 into main Sep 6, 2026
14 checks passed
@CameronBrooks11
CameronBrooks11 deleted the docs/heibench-com-urls branch September 6, 2026 03:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs URLs point at heibench.github.io, which now redirects to heibench.com

1 participant