Skip to content

Commit

Permalink
Fix relative links
Browse files Browse the repository at this point in the history
See #1324.
  • Loading branch information
martincostello committed Jun 19, 2023
1 parent 04bd9ec commit 6260f7e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

This repository contains a solution with basic examples demonstrating the creation and utilization of Polly strategies.

- [`Intro`](/Intro) - This section serves as an introduction to Polly. It demonstrates how to use `ResilienceStrategyBuilder` to create a `ResilienceStrategy`, which can be used to execute various user-provided callbacks.
- [`GenericStrategies`](/GenericStrategies) - This example showcases how to use `ResilienceStrategyBuilder<T>` to create a generic `ResilienceStrategy<T>`.
- [`Retries`](/Retries) - This part explains how to configure a retry resilience strategy.
- [`Extensibility`](/Extensibility) - In this part, you can learn how Polly can be extended with custom resilience strategies.
- [`DependencyInjection`](/DependencyInjection) - This section demonstrates the integration of Polly with `IServiceCollection`.
- [`Intro`](./Intro) - This section serves as an introduction to Polly. It demonstrates how to use `ResilienceStrategyBuilder` to create a `ResilienceStrategy`, which can be used to execute various user-provided callbacks.
- [`GenericStrategies`](./GenericStrategies) - This example showcases how to use `ResilienceStrategyBuilder<T>` to create a generic `ResilienceStrategy<T>`.
- [`Retries`](./Retries) - This part explains how to configure a retry resilience strategy.
- [`Extensibility`](./Extensibility) - In this part, you can learn how Polly can be extended with custom resilience strategies.
- [`DependencyInjection`](./DependencyInjection) - This section demonstrates the integration of Polly with `IServiceCollection`.

These examples are designed as a quick-start guide to Polly. If you wish to explore more advanced scenarios and further enhance your learning, consider visiting the [Polly-Samples](https://github.com/App-vNext/Polly-Samples) repository.

0 comments on commit 6260f7e

Please sign in to comment.