From f30cf1f0aae55b0ef739aceeaed282bbfd6f5c46 Mon Sep 17 00:00:00 2001 From: Jose Arriaga Maldonado Date: Thu, 6 Jun 2024 11:10:21 -0700 Subject: [PATCH] Fix links in README --- CHANGELOG.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3528ea3..5f80b5e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,4 +8,4 @@ This is the official OpenAI client library for C# / .NET. It provides convenient ### Breaking Changes -If you are a user migrating from version 1.11.0 or earlier, consider checking out our [migration guide]() to help you get started. +If you are a user migrating from version 1.11.0 or earlier, we will soon share a migration guide to help you get started. diff --git a/README.md b/README.md index 33ecf551..7e6f8aff 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Note that the code examples included below were written using [.NET 8](https://d ## Using the client library -The full API of this library can be found in the [api.md](https://github.com/openai/openai-dotnet/api/api.md) file, and there are many [code examples](https://github.com/openai/openai-dotnet/examples) to help. For instance, the following snippet illustrates the basic use of the chat completions API: +The full API of this library can be found in the [api.md](https://github.com/openai/openai-dotnet/blob/main/api/api.md) file, and there are many [code examples](https://github.com/openai/openai-dotnet/tree/main/examples) to help. For instance, the following snippet illustrates the basic use of the chat completions API: ```csharp using OpenAI.Chat;