Skip to content

Commit ce709b1

Browse files
committed
Fix links at end of getting started.
1 parent 97b4c9f commit ce709b1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -399,17 +399,17 @@ The following guides show you how to use each of these classes to build your app
399399

400400
| Guide | Description |
401401
|--|---|
402-
| [Create a database](how-to-dotnet-create-database.md) | Create databases |
403-
| [Create container](/azure/cosmos-db/nosql/samples-python#container-examples) | Create containers |
402+
| [Create a database](how-to-python-create-database.md) | Create databases |
403+
| [Create container](how-to-python-create-container.md) | Create containers |
404404
| [Item examples](/azure/cosmos-db/nosql/samples-python#item-examples) | Point read a specific item |
405405

406406
## See also
407407

408-
- [Package (NuGet)](https://www.nuget.org/packages/Microsoft.Azure.Cosmos)
409-
- [Samples](samples-dotnet.md)
410-
- [API reference](/dotnet/api/microsoft.azure.cosmos)
411-
- [Library source code](https://github.com/Azure/azure-cosmos-dotnet-v3)
412-
- [Give Feedback](https://github.com/Azure/azure-cosmos-dotnet-v3/issues)
408+
- [PyPi](https://pypi.org/project/azure-cosmos/)
409+
- [Samples](samples-python.md)
410+
- [API reference](/python/api/azure-cosmos/azure.cosmos)
411+
- [Library source code](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cosmos/azure-cosmos)
412+
- [Give Feedback](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cosmos/azure-cosmos/issues)
413413

414414
## Next steps
415415

0 commit comments

Comments
 (0)