From 5893a4736468f71a5160e91b2ba9e3e42fe7b1f1 Mon Sep 17 00:00:00 2001 From: Megan O'Keefe <3137106+askmeegs@users.noreply.github.com> Date: Wed, 11 Oct 2023 17:38:57 -0400 Subject: [PATCH] Fix broken OpenAI API link in README (#775) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Simón Fishman --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7ec897..17ea3b4 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ > ✨ Navigate at [cookbook.openai.com](https://cookbook.openai.com) -Example code and guides for accomplishing common tasks with the [OpenAI API](https://openai.com/api/). To run these examples, you'll need an OpenAI account and associated API key ([create a free account here](https://beta.openai.com/signup)). +Example code and guides for accomplishing common tasks with the [OpenAI API](https://platform.openai.com/docs/introduction). To run these examples, you'll need an OpenAI account and associated API key ([create a free account here](https://beta.openai.com/signup)). Most code examples are written in Python, though the concepts can be applied in any language.