Skip to content

Commit

Permalink
Fix links in README
Browse files Browse the repository at this point in the history
  • Loading branch information
joseharriaga committed Jun 6, 2024
1 parent cada1aa commit f30cf1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f30cf1f

Please sign in to comment.