From 0de6e3ef732637399fabfee880e12e1a567dcdfe Mon Sep 17 00:00:00 2001 From: John Haugabook Date: Thu, 20 Nov 2025 13:35:21 -0500 Subject: [PATCH 1/2] Fix broken link in CONTRIBUTING.md The link was broken. Changed the link format to relative. --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 41413be716..0f8b541ebe 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,3 +1,3 @@ # Contributing to vscode-extension-samples -If you want to contribute a new sample, see [Sample Guideline](./SAMPLE_GUIDELINE.md) \ No newline at end of file +If you want to contribute a new sample, see [Sample Guideline](SAMPLE_GUIDELINE.md) From 862a138f5af941709c7acb1d8f3ef7d9e2bfbdc3 Mon Sep 17 00:00:00 2001 From: John Haugabook Date: Thu, 20 Nov 2025 13:41:07 -0500 Subject: [PATCH 2/2] Update link to absolute in CONTRIBUTING.md Changed to absolute. --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 0f8b541ebe..3c3284b09c 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,3 +1,3 @@ # Contributing to vscode-extension-samples -If you want to contribute a new sample, see [Sample Guideline](SAMPLE_GUIDELINE.md) +If you want to contribute a new sample, see [Sample Guideline](/.github/SAMPLE_GUIDELINE.md)