Skip to content

Commit ebbbd27

Browse files
fix broken link in samples readme (Azure#40658)
1 parent 8a87462 commit ebbbd27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/cosmos/azure-cosmos/samples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The following are code samples that show common scenario operations with the Azu
4747

4848
* [tracing-open-telemetry](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cosmos/azure-cosmos/samples/tracing_open_telemetry.py) - Example demonstrating how to use OpenTelemetry tracing with our SDK.
4949

50-
* [diagnostics_handler_sample.py](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cosmos/azure-cosmos/samples/diagnostics_handler_sample.py) - Example demonstrating how to use diagnostics handler with our SDK.
50+
* [diagnostics_filter_sample.py](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cosmos/azure-cosmos/samples/diagnostics_filter_sample.py) - Example using logging filters for diagnostics filtering
5151

5252
## Prerequisites
5353
* Python 3.8+
@@ -74,4 +74,4 @@ pip install azure-cosmos
7474
## Next steps
7575

7676
Check out the [API reference documentation](https://aka.ms/azsdk-python-cosmos-ref) to learn more about
77-
what you can do with the Azure Cosmos DB SQL API client library.
77+
what you can do with the Azure Cosmos DB SQL API client library.

0 commit comments

Comments
 (0)