Skip to content

fix: repair external links in conformance spotlight - #867

Open
immanuwell wants to merge 1 commit into
kubernetes:mainfrom
immanuwell:fix/conformance-spotlight-links
Open

fix: repair external links in conformance spotlight#867
immanuwell wants to merge 1 commit into
kubernetes:mainfrom
immanuwell:fix/conformance-spotlight-links

Conversation

@immanuwell

@immanuwell immanuwell commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

Two links in the published conformance spotlight are relative URLs.
Clicking them opens nested kubernetes.dev paths and returns 404. Small thing, but legit user-facing

Reproduce

curl -L -o /dev/null -w "%{http_code}\n" https://www.kubernetes.dev/blog/2023/10/05/sig-architecture-conformance-spotlight-2023/ii.nz
curl -L -o /dev/null -w "%{http_code}\n" https://www.kubernetes.dev/blog/2023/10/05/sig-architecture-conformance-spotlight-2023/apisnoop.cncf.io.

Both return 404

Fix

Use the intended HTTPS URLs for ii-Team and APISnoop. Both targets return 200 now, after the fix

Validation

The pinned Hugo v0.144.2 build rendered 882 pages, and the generated article contains absolute hrefs

Signed-off-by: immanuwell <pchpr.00@list.ru>
@kubernetes-prow

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: immanuwell
Once this PR has been reviewed and has the lgtm label, please assign madhavjivrajani for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kubernetes-prow kubernetes-prow Bot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. area/blog Issues or PRs related to the Kubernetes Blog subproject labels Aug 25, 2026
@kubernetes-prow kubernetes-prow Bot added language/en Issues or PRs related to English language size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Aug 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/blog Issues or PRs related to the Kubernetes Blog subproject cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. language/en Issues or PRs related to English language size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant