From 9c9b492fdb96bad47cbf4b756d60f49a882a1609 Mon Sep 17 00:00:00 2001 From: Mikyo King Date: Fri, 10 Nov 2023 20:56:48 -0700 Subject: [PATCH] fix(docs): fix broken azure_ad notebook link in the README.md The notebook link in the main README pointed an old directory. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e8bf6ecec..f3698a9ff4 100644 --- a/README.md +++ b/README.md @@ -489,7 +489,7 @@ In addition to the options provided in the base `OpenAI` client, the following o - `azure_ad_token` - `azure_ad_token_provider` -An example of using the client with Azure Active Directory can be found [here](https://github.com/openai/openai-python/blob/v1/examples/azure_ad.py). +An example of using the client with Azure Active Directory can be found [here](https://github.com/openai/openai-python/blob/main/examples/azure_ad.py). ## Versioning