We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a51d55 commit 20156dcCopy full SHA for 20156dc
1 file changed
website/src/pages/llms.txt.ts
@@ -79,7 +79,7 @@ export const GET: APIRoute = () => {
79
content += "## Repository\n\n";
80
content += "- **GitHub**: https://github.com/github/awesome-copilot\n";
81
content += "- **License**: MIT\n";
82
- content += "- **Website**: awesome-copilot.github.com\n";
+ content += "- **Website**: https://awesome-copilot.github.com\n";
83
84
return new Response(content, {
85
headers: { "Content-Type": "text/plain; charset=utf-8" },
0 commit comments