From 412475d9337ae14da9106faaff60dac3fb9fe88a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 6 Mar 2026 05:11:25 +0000 Subject: [PATCH] README: add llms.txt link in TIP callout; fix stale URL in llms.txt.ts Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com> --- README.md | 2 ++ website/src/pages/llms.txt.ts | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 132f8664..13a7515a 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ A community-created collection of custom agents, instructions, skills, hooks, wo > **Explore the full collection on the website →** [github.github.com/awesome-copilot](https://github.github.com/awesome-copilot) > > The website offers full-text search and filtering across 600+ resources, plus the [Tools](https://github.github.com/awesome-copilot/tools) section for MCP servers and developer tooling, and the [Learning Hub](https://github.github.com/awesome-copilot/learning-hub) for guides and tutorials. +> +> **Using this collection in an AI agent?** A machine-readable [`llms.txt`](https://github.github.com/awesome-copilot/llms.txt) is available with structured listings of all agents, instructions, and skills. ## 📖 Learning Hub diff --git a/website/src/pages/llms.txt.ts b/website/src/pages/llms.txt.ts index 5ac88aed..4e502abc 100644 --- a/website/src/pages/llms.txt.ts +++ b/website/src/pages/llms.txt.ts @@ -79,7 +79,7 @@ export const GET: APIRoute = () => { content += "## Repository\n\n"; content += "- **GitHub**: https://github.com/github/awesome-copilot\n"; content += "- **License**: MIT\n"; - content += "- **Website**: https://awesome-copilot.github.com\n"; + content += "- **Website**: https://github.github.com/awesome-copilot\n"; return new Response(content, { headers: { "Content-Type": "text/plain; charset=utf-8" },