From 200e8eb19d881f8fe641323d5206e0e4688c6520 Mon Sep 17 00:00:00 2001 From: jonasbn Date: Fri, 31 Oct 2025 08:04:53 +0100 Subject: [PATCH] Corrected links to point to renamed README file --- data/reusables/copilot/custom-instructions-further-reading.md | 2 +- data/reusables/copilot/customization-examples-note.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/reusables/copilot/custom-instructions-further-reading.md b/data/reusables/copilot/custom-instructions-further-reading.md index d251fd5b993a..71aa20cdfbe9 100644 --- a/data/reusables/copilot/custom-instructions-further-reading.md +++ b/data/reusables/copilot/custom-instructions-further-reading.md @@ -2,4 +2,4 @@ * [AUTOTITLE](/copilot/concepts/response-customization) - Overview of response customization in GitHub Copilot * [AUTOTITLE](/copilot/how-tos/configure-custom-instructions) - How to configure custom instructions -* [Awesome GitHub Copilot Customizations](https://github.com/github/awesome-copilot/blob/main/README.instructions.md) - Repository of community-contributed custom instructions and other customizations for specific languages and scenarios +* [Awesome GitHub Copilot Customizations](https://github.com/github/awesome-copilot/blob/main/README.md) - Repository of community-contributed custom instructions and other customizations for specific languages and scenarios diff --git a/data/reusables/copilot/customization-examples-note.md b/data/reusables/copilot/customization-examples-note.md index 960b0323b09b..cfb8569d9af1 100644 --- a/data/reusables/copilot/customization-examples-note.md +++ b/data/reusables/copilot/customization-examples-note.md @@ -1,4 +1,4 @@ > [!NOTE] > * The examples in this library are intended for inspiration—you are encouraged to adjust them to be more specific to your projects, languages, and team processes. -> * For community-contributed examples of custom instructions for specific languages and scenarios, see the [Awesome GitHub Copilot Customizations](https://github.com/github/awesome-copilot/blob/main/README.instructions.md) repository. +> * For community-contributed examples of custom instructions for specific languages and scenarios, see the [Awesome GitHub Copilot Customizations](https://github.com/github/awesome-copilot/blob/main/README.md) repository. > * You can apply custom instructions across different scopes, depending on the platform or IDE where you are creating them. For more information, see "[AUTOTITLE](/copilot/concepts/response-customization)."