Skip to content

fix(keps): point markdown links to GitHub blob view instead of raw - #856

Open
Madhurchandran wants to merge 2 commits into
kubernetes:mainfrom
Madhurchandran:fix/kep-rendered-links
Open

fix(keps): point markdown links to GitHub blob view instead of raw#856
Madhurchandran wants to merge 2 commits into
kubernetes:mainfrom
Madhurchandran:fix/kep-rendered-links

Conversation

@Madhurchandran

Copy link
Copy Markdown
Contributor

Summary:

Fixes an issue where links inside rendered KEPs point to raw.githubusercontent.com, causing them to display unrendered ra Markdown instead of the rendered GitHub page.

Changes:

  • Update absolute and relative Markdown link rules to use GitHub blob URLs for rendered content.

Fixes:

#848

@kubernetes-prow kubernetes-prow Bot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Aug 12, 2026
@kubernetes-prow kubernetes-prow Bot added the language/en Issues or PRs related to English language label Aug 12, 2026
@Priyankasaggu11929

Copy link
Copy Markdown
Member

/assign @TineoC

for review.

@@ -108,15 +108,17 @@
{{- /* Fix relative image and link paths to point to GitHub */ -}}
{{- $repoBaseUrl := "https://raw.githubusercontent.com/kubernetes/enhancements/master/" -}}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this being unused with this implementation?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@TineoC I’ve addressed this in the latest commit by splitting the raw and blob URLs and updating the variable names as suggested in the issue.

@Madhurchandran
Madhurchandran requested a review from TineoC August 15, 2026 18:10
@kubernetes-prow

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: Madhurchandran
Once this PR has been reviewed and has the lgtm label, please ask for approval from tineoc. 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 size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Aug 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. language/en Issues or PRs related to English language size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants