From bcf6d35103a84becddf66486e49fae48bcf9d820 Mon Sep 17 00:00:00 2001 From: Demitrius Nelon Date: Thu, 21 May 2026 13:43:05 -0700 Subject: [PATCH] Fix skill link in samples README to point to SKILL.md The link on 'skill' now points to the actual SKILL.md file in the Convert to v3 directory instead of the GitHub Copilot CLI docs page. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- samples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/README.md b/samples/README.md index 96b16eed..7a71dbbc 100644 --- a/samples/README.md +++ b/samples/README.md @@ -28,7 +28,7 @@ Examples for a few specific DSC Resources are under the [DscResources](./DscReso ### Converting v2 to v3 -If you have existing v2 configuration files and want to convert them to the dscv3 processor syntax, see the [Convert to v3](./Convert%20to%20v3/) guide. It includes a step-by-step conversion reference, a checklist, and a [GitHub Copilot CLI](https://docs.github.com/copilot/github-copilot-in-the-cli) skill that automates the conversion process. +If you have existing v2 configuration files and want to convert them to the dscv3 processor syntax, see the [Convert to v3](./Convert%20to%20v3/) guide. It includes a step-by-step conversion reference, a checklist, and a GitHub Copilot CLI [skill](./Convert%20to%20v3/SKILL.md) that automates the conversion process. ### Create your own