File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -399,17 +399,17 @@ The following guides show you how to use each of these classes to build your app
399
399
400
400
| Guide | Description |
401
401
| --| ---|
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 |
404
404
| [ Item examples] ( /azure/cosmos-db/nosql/samples-python#item-examples ) | Point read a specific item |
405
405
406
406
## See also
407
407
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 )
413
413
414
414
## Next steps
415
415
You can’t perform that action at this time.
0 commit comments