Skip to content

Commit 5016587

Browse files
Fix Available SDKs table Location links to point to SDK subfolders (#486)
The Location column was linking to external cookbook READMEs in github/awesome-copilot instead of the SDK subfolders in this repo. - Changed Location links to point to SDK subfolders (nodejs/, python/, go/, dotnet/) - Added separate Cookbook column for external cookbook links Fixes #474 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 46a1239 commit 5016587

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ The GitHub Copilot SDK exposes the same engine behind Copilot CLI: a production-
1414

1515
## Available SDKs
1616

17-
| SDK | Location | Installation |
18-
| ------------------------ | ------------------------------------------------- | ----------------------------------------- |
19-
| **Node.js / TypeScript** | [`cookbook/nodejs/`](https://github.com/github/awesome-copilot/blob/main/cookbook/copilot-sdk/nodejs/README.md) | `npm install @github/copilot-sdk` |
20-
| **Python** | [`cookbook/python/`](https://github.com/github/awesome-copilot/blob/main/cookbook/copilot-sdk/python/README.md) | `pip install github-copilot-sdk` |
21-
| **Go** | [`cookbook/go/`](https://github.com/github/awesome-copilot/blob/main/cookbook/copilot-sdk/go/README.md) | `go get github.com/github/copilot-sdk/go` |
22-
| **.NET** | [`cookbook/dotnet/`](https://github.com/github/awesome-copilot/blob/main/cookbook/copilot-sdk/dotnet/README.md) | `dotnet add package GitHub.Copilot.SDK` |
17+
| SDK | Location | Cookbook | Installation |
18+
| ------------------------ | -------------- | ------------------------------------------------- | ----------------------------------------- |
19+
| **Node.js / TypeScript** | [`nodejs/`](./nodejs/) | [Cookbook](https://github.com/github/awesome-copilot/blob/main/cookbook/copilot-sdk/nodejs/README.md) | `npm install @github/copilot-sdk` |
20+
| **Python** | [`python/`](./python/) | [Cookbook](https://github.com/github/awesome-copilot/blob/main/cookbook/copilot-sdk/python/README.md) | `pip install github-copilot-sdk` |
21+
| **Go** | [`go/`](./go/) | [Cookbook](https://github.com/github/awesome-copilot/blob/main/cookbook/copilot-sdk/go/README.md) | `go get github.com/github/copilot-sdk/go` |
22+
| **.NET** | [`dotnet/`](./dotnet/) | [Cookbook](https://github.com/github/awesome-copilot/blob/main/cookbook/copilot-sdk/dotnet/README.md) | `dotnet add package GitHub.Copilot.SDK` |
2323

2424
See the individual SDK READMEs for installation, usage examples, and API reference.
2525

0 commit comments

Comments
 (0)