Skip to content

Commit 9840c60

Browse files
committed
Fix broken hyperlink
1 parent 535fe3d commit 9840c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/nosql/how-to-python-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The preceding code imports modules that you'll use in the rest of the article.
7070

7171
To connect to the API for NoSQL of Azure Cosmos DB, create an instance of the [CosmosClient](/python/api/azure-cosmos/azure.cosmos.cosmosclient) class. This class is the starting point to perform all operations against databases. There are three ways to connect to an API for NoSQL account using the **CosmosClient** class:
7272

73-
- [Connect with Microsoft Entra ID (recommended)](#connect-using-the-microsoft-identity-platform)
73+
- [Connect with Microsoft Entra ID (recommended)](#connect-using-the-microsoft-identity-platform-recommended)
7474
- [Connect with an API for NoSQL endpoint and read/write key](#connect-with-an-endpoint-and-key)
7575
- [Connect with an API for NoSQL connection string](#connect-with-a-connection-string)
7676

0 commit comments

Comments
 (0)