fix: update all website URLs to https://awesome-copilot.github.com

Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-09 00:15:35 +00:00
parent 412475d933
commit 83bb1bbe0b
2 changed files with 12 additions and 12 deletions

View File

@@ -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://github.github.com/awesome-copilot\n";
content += "- **Website**: https://awesome-copilot.github.com\n";
return new Response(content, {
headers: { "Content-Type": "text/plain; charset=utf-8" },