Skip to content

Commit a3df686

Browse files
committed
Fix NuGet README links
1 parent 67b1434 commit a3df686

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Release](https://github.com/managedcode/CodexSharpSDK/actions/workflows/release.yml/badge.svg?branch=main)](https://github.com/managedcode/CodexSharpSDK/actions/workflows/release.yml)
55
[![CodeQL](https://github.com/managedcode/CodexSharpSDK/actions/workflows/codeql.yml/badge.svg?branch=main)](https://github.com/managedcode/CodexSharpSDK/actions/workflows/codeql.yml)
66
[![NuGet](https://img.shields.io/nuget/v/ManagedCode.CodexSharpSDK.svg)](https://www.nuget.org/packages/ManagedCode.CodexSharpSDK)
7-
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
7+
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/managedcode/CodexSharpSDK/blob/main/LICENSE)
88

99
`ManagedCode.CodexSharpSDK` is an open-source .NET SDK for driving the Codex CLI from C#.
1010

@@ -386,7 +386,7 @@ foreach (var content in response.Messages.SelectMany(m => m.Contents))
386386
}
387387
```
388388

389-
See [docs/Features/meai-integration.md](docs/Features/meai-integration.md) and [ADR 003](docs/ADR/003-microsoft-extensions-ai-integration.md) for full details.
389+
See [docs/Features/meai-integration.md](https://github.com/managedcode/CodexSharpSDK/blob/main/docs/Features/meai-integration.md) and [ADR 003](https://github.com/managedcode/CodexSharpSDK/blob/main/docs/ADR/003-microsoft-extensions-ai-integration.md) for full details.
390390

391391
## Build and Test
392392

0 commit comments

Comments
 (0)