From e5084eba1cad496fe36f4795e889962b0169a8b4 Mon Sep 17 00:00:00 2001 From: Lee Reilly Date: Sun, 1 Mar 2026 13:50:29 -0800 Subject: [PATCH] Update URL --- website/src/pages/llms.txt.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/pages/llms.txt.ts b/website/src/pages/llms.txt.ts index b75153ab..5ac88aed 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**: awesome-copilot.github.com\n"; + content += "- **Website**: https://awesome-copilot.github.com\n"; return new Response(content, { headers: { "Content-Type": "text/plain; charset=utf-8" },