From 46e94ec61896aaaaa7bc5202caada176f05fd507 Mon Sep 17 00:00:00 2001 From: Mike Linksvayer Date: Sun, 25 Jan 2026 13:37:47 -0800 Subject: [PATCH] Update Node.js link to point to nodejs directory It was pointing to the node directory, which does not exist. --- profile/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/README.md b/profile/README.md index 879c4f7..c5fccce 100644 --- a/profile/README.md +++ b/profile/README.md @@ -93,4 +93,4 @@ See individual SDK directories for their respective licenses. [official-dotnet]: https://github.com/github/copilot-sdk/tree/main/dotnet [official-python]: https://github.com/github/copilot-sdk/tree/main/python [official-go]: https://github.com/github/copilot-sdk/tree/main/go -[official-node]: https://github.com/github/copilot-sdk/tree/main/node +[official-node]: https://github.com/github/copilot-sdk/tree/main/nodejs