Fix broken image path in CONTRIBUTING and malformed link in Niksa.md - #20460
Fix broken image path in CONTRIBUTING and malformed link in Niksa.md#20460Zayan Khan (ZayanKhan-12) wants to merge 1 commit into
Conversation
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Dustin L. Howett (DHowett)
left a comment
There was a problem hiding this comment.
Thank you for the contribution.
- The new relative link won't work because
niksa.mdis in the doc folder.doc/./docis not a real path. - we do not take commits with Claude's Co-authored-by; either you take ownership over the commits entirely or we will not land them. :)
|
ah, i was wrong about the image link originating in niksa.md. carry on and ignore #1. |
CONTRIBUTING.md embeds the new-issue screenshot with a site-absolute path (/doc/images/...), which doesn't resolve on GitHub's rendered view; use a repo-relative path. doc/Niksa.md has a nested-bracket link ([url](https://xkcd.com/1172/) inside the xkcd#1172 link) that renders as literal text instead of a link.
|
Thank you for the review, Dustin L. Howett (@DHowett)! Done — the commit has been rewritten without the co-author trailer (force-pushed, same diff). And understood on #1, thanks for the follow-up. |
25c3865 to
563d527
Compare
|
You'll need to sign the CLA. |
|
Zayan Khan (@ZayanKhan-12) please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
Summary of the Pull Request
Two rendering defects in docs:
CONTRIBUTING.mdembeds the new-issue-template screenshot as— a site-absolute path that 404s on GitHub's rendered view. Now./doc/images/new-issue-template.png(file verified present).doc/Niksa.mdcontains[xkcd#1172]([url](https://xkcd.com/1172/))— a nested-bracket link that renders as broken literal text. Now a plain[xkcd#1172](https://xkcd.com/1172/).Validation Steps Performed
Docs-only. A mechanical link audit resolving every relative markdown link against the filesystem reports zero broken links after the change; both fixes verified on the rendered markdown preview.
🤖 Generated with Claude Code