Skip to content

Commit 478c487

Browse files
committed
fix broken links
1 parent 955d90f commit 478c487

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cosmos-db/connect-mongodb-account.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Learn how to connect your MongoDB app to an Azure Cosmos DB by using a MongoDB c
1515

1616
This tutorial provides two ways to retrieve connection string information:
1717

18-
- [The quickstart method](#QuickstartConnection), for use with .NET, Node.js, MongoDB Shell, Java, and Python drivers
19-
- [The custom connection string method](#GetCustomConnection), for use with other drivers
18+
- [The quickstart method](#Get-the-MongoDB-connection-string-by-using-the-quick-start), for use with .NET, Node.js, MongoDB Shell, Java, and Python drivers
19+
- [The custom connection string method](#Get-the-MongoDB-connection-string-to-customize), for use with other drivers
2020

2121
## Prerequisites
2222

@@ -28,7 +28,7 @@ This tutorial provides two ways to retrieve connection string information:
2828
1. In an Internet browser, sign in to the [Azure portal](https://portal.azure.com).
2929
2. In the **Azure Cosmos DB** blade, select the API.
3030
3. In the left pane of the account blade, click **Quick start**.
31-
4. Choose your platform (**.NET**, **Node.js**, **MongoDB Shell**, **Java**, **Python**). If you don't see your driver or tool listed, don't worry--we continuously document more connection code snippets. Please comment below on what you'd like to see. To learn how to craft your own connection, read [Get the account's connection string information](#GetCustomConnection).
31+
4. Choose your platform (**.NET**, **Node.js**, **MongoDB Shell**, **Java**, **Python**). If you don't see your driver or tool listed, don't worry--we continuously document more connection code snippets. Please comment below on what you'd like to see. To learn how to craft your own connection, read [Get the account's connection string information](#Get-the-MongoDB-connection-string-to-customize).
3232
5. Copy and paste the code snippet into your MongoDB app.
3333

3434
![Quick start blade](./media/connect-mongodb-account/QuickStartBlade.png)

0 commit comments

Comments
 (0)