Update old URL

This commit is contained in:
Lee Reilly
2026-03-01 13:43:00 -08:00
committed by Aaron Powell
parent 9c7caa8c1d
commit 805e472df3
3 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ export const GET: APIRoute = () => {
const agents = agentsData.items;
const instructions = instructionsData.items;
const skills = skillsData.items;
const url = (path: string) => `${GITHUB_RAW_BASE}/${path}`;
let content = "";
@@ -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.io/awesome-copilot\n";
content += "- **Website**: awesome-copilot.github.com\n";
return new Response(content, {
headers: { "Content-Type": "text/plain; charset=utf-8" },