Skip to content

Commit 1348e78

Browse files
committed
Fixing header reference
1 parent 9c39961 commit 1348e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/use-notebook-features-and-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ For more flexibility, you can create a custom instance of ``cosmos_client`` in o
122122
- Customize the [connection policy](https://docs.microsoft.com/python/api/azure-cosmos/azure.cosmos.documents.connectionpolicy?view=azure-python-preview)
123123
- Run operations against a different Cosmos account than the one you are in
124124

125-
You can access the connection string and primary key of the current account via the [environment variables](#access-the-account-endpoint-and-primary-key-environment-variables).
125+
You can access the connection string and primary key of the current account via the [environment variables](#access-the-account-endpoint-and-primary-key-env-variables).
126126

127127
```python
128128
import os

0 commit comments

Comments
 (0)