Skip to content

Commit 20156dc

Browse files
committed
Update URL
1 parent 8a51d55 commit 20156dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/src/pages/llms.txt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export const GET: APIRoute = () => {
7979
content += "## Repository\n\n";
8080
content += "- **GitHub**: https://github.com/github/awesome-copilot\n";
8181
content += "- **License**: MIT\n";
82-
content += "- **Website**: awesome-copilot.github.com\n";
82+
content += "- **Website**: https://awesome-copilot.github.com\n";
8383

8484
return new Response(content, {
8585
headers: { "Content-Type": "text/plain; charset=utf-8" },

0 commit comments

Comments
 (0)