diff --git a/src/Polly.Extensions/README.md b/src/Polly.Extensions/README.md index 30c6d0ce266..2cee6456fab 100644 --- a/src/Polly.Extensions/README.md +++ b/src/Polly.Extensions/README.md @@ -2,5 +2,5 @@ This project provides the following features: -- Incorporates [dependency injection](../../docs/dependency-injection.md) support and integrates with `IServiceCollection`. -- Offers [telemetry](../../docs/telemetry.md) support. This is achieved by implementing the `TelemetryListener` and utilizing it to translate the native Polly events into logs and metrics. +- Incorporates [dependency injection](../../docs/advanced/dependency-injection.md) support and integrates with `IServiceCollection`. +- Offers [telemetry](../../docs/advanced/telemetry.md) support. This is achieved by implementing the `TelemetryListener` and utilizing it to translate the native Polly events into logs and metrics.