Commit 812839cb

Mikyo King <mikeldking@gmail.com>
2023-11-14 02:19:50
docs(readme): fix broken azure_ad notebook link (#781)
The notebook link in the main README pointed an old directory.
1 parent 65e29a2
Changed files (1)
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