From 563d52797077f9e653e2d37004b50661ca763c4f Mon Sep 17 00:00:00 2001 From: ZayanKhan-12 <108294002+ZayanKhan-12@users.noreply.github.com> Date: Wed, 22 Jul 2026 12:27:40 -0400 Subject: [PATCH] Fix broken image path in CONTRIBUTING and malformed link in Niksa.md 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. --- CONTRIBUTING.md | 2 +- doc/Niksa.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 76b68a08d4f..1bb0128a7ad 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -47,7 +47,7 @@ If no existing item describes your issue/feature, great - please file a new issu * Found an existing issue that describes yours? Great - upvote and add additional commentary / info / repro-steps / etc. When you hit "New Issue", select the type of issue closest to what you want to report/ask/request: -![New issue types](/doc/images/new-issue-template.png) +![New issue types](./doc/images/new-issue-template.png) ### Complete the template diff --git a/doc/Niksa.md b/doc/Niksa.md index d9d82fe39dd..20cc57e76a4 100644 --- a/doc/Niksa.md +++ b/doc/Niksa.md @@ -27,7 +27,7 @@ I would highly recommend that Gulp convert to using PowerShell scripts and that Original Source: https://github.com/microsoft/terminal/issues/217#issuecomment-404240443 -_Addendum_: cmd.exe is the literal embodiment of [xkcd#1172]([url](https://xkcd.com/1172/)). Every change, no matter how small, will break _someone_. +_Addendum_: cmd.exe is the literal embodiment of [xkcd#1172](https://xkcd.com/1172/). Every change, no matter how small, will break _someone_. ## Why is typing-to-screen performance better than every other app?