diff --git a/docs/README.md b/docs/README.md index 77155eb13b1..0b031a65e4f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -95,17 +95,17 @@ Visit the [resilience strategies](resilience-strategies.md) section to understan ## Topics - [General](general.md): General information about Polly. -- [Resilience Pipelines](resilience-pipelines.md): Understanding the use of resilience pipelines. -- [Resilience Strategies](resilience-strategies.md): General information about resilience strategies and how to configure them. -- [Resilience Context](resilience-context.md): Describes the resilience context used by resilience pipelines and strategies. -- [Resilience Pipeline Registry](resilience-pipeline-registry.md): Exploring the registry that stores resilience pipelines. -- [Dependency Injection](dependency-injection.md): How Polly integrates with Dependency Injection. +- [Resilience pipelines](resilience-pipelines.md): Understanding the use of resilience pipelines. +- [Resilience strategies](resilience-strategies.md): General information about resilience strategies and how to configure them. +- [Resilience context](resilience-context.md): Describes the resilience context used by resilience pipelines and strategies. +- [Resilience pipeline registry](resilience-pipeline-registry.md): Exploring the registry that stores resilience pipelines. +- [Dependency injection](dependency-injection.md): How Polly integrates with Dependency Injection. - [Telemetry](telemetry.md): Insights into telemetry generated by resilience pipelines and strategies. - [Extensibility](v7/extensibility.md): Learn how you can extend Polly with new resilience strategies. - [Polly-Contrib](polly-contrib.md): Learn how to contribute to and extend the Polly ecosystem. - [Simmy](simmy.md): Get to know chaos engineering via Polly's capabilities. - [Third-Party Libraries and Contributions](libraries-and-contributions.md): Find out which libraries Polly depends on and who contributes to its development. -- [Additional Resources](resources.md): Browse through blogs, podcasts, courses, e-books, and other community resources. +- [Resources](resources.md): Browse through blogs, podcasts, courses, e-books, and other community resources. - [Using Polly with HttpClientFactory](https://github.com/App-vNext/Polly/wiki/Polly-and-HttpClientFactory): For using Polly with HttpClientFactory in ASP.NET Core 2.1 and later versions. ## Topics (previous Polly versions) diff --git a/docs/resilience-context.md b/docs/resilience-context.md index b6b62b2c6f8..dd9bf747df6 100644 --- a/docs/resilience-context.md +++ b/docs/resilience-context.md @@ -1,4 +1,4 @@ -# Resilience Context +# Resilience context > [!NOTE] > This is documentation for the upcoming Polly v8 release. diff --git a/docs/resilience-strategies.md b/docs/resilience-strategies.md index 06b22adef3f..81d1051669d 100644 --- a/docs/resilience-strategies.md +++ b/docs/resilience-strategies.md @@ -1,4 +1,4 @@ -# Resilience Strategies +# Resilience strategies > [!NOTE] > This is documentation for the upcoming Polly v8 release.