Skip to content

Commit 1ac9d49

Browse files
committed
Fix path to samples.
1 parent 8d71478 commit 1ac9d49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Skip this step and use the information for the portal in the next step.
126126
from dotenv import load_dotenv
127127
```
128128
129-
:::code language="python" source="~/azure-cosmos-db-mongodb-python-getting-started/001-quickstart/run.py" id="package_dependencies":::
129+
:::code language="python" source="~/azure-cosmos-db-mongodb-python-getting-started/101-client-connection-string/run.py" id="package_dependencies":::
130130
131131
2. Define a new instance of the `MongoClient` class using the constructor and the connection string read from an environment variable.
132132
@@ -139,7 +139,7 @@ Skip this step and use the information for the portal in the next step.
139139
print("Property: {}: Value: {} ".format(prop, value))
140140
```
141141
142-
:::code language="python" source="~/azure-cosmos-db-mongodb-python-getting-started/001-quickstart/run.py" id="client_credentials":::
142+
:::code language="python" source="~/azure-cosmos-db-mongodb-python-getting-started/101-client-connection-string/run.py" id="client_credentials":::
143143
144144
For more information on different ways to create a ``MongoClient`` instance, see [Making a Connection with MongoClient](https://pymongo.readthedocs.io/en/stable/tutorial.html#making-a-connection-with-mongoclient).
145145

0 commit comments

Comments
 (0)