Skip to content

Commit

Permalink
Merge pull request #363 from raimon49
Browse files Browse the repository at this point in the history
* pr/363:
  Fix link to RetryTemplate examples

Closes gh-363
  • Loading branch information
snicoll committed Jun 16, 2023
2 parents 1c7fab8 + 54bfabe commit 56bf6ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ template.execute(ctx -> {
```

For versions prior to 1.3,
see the examples in the [RetryTemplate](#retryTemplate) section.
see the examples in the [RetryTemplate](#using-retrytemplate) section.

## Building

Expand All @@ -75,7 +75,7 @@ $ mvn install

This section discusses the features of Spring Retry and shows how to use its API.

### <a name="retryTemplate"></a> Using `RetryTemplate`
### Using `RetryTemplate`

To make processing more robust and less prone to failure, it sometimes helps to
automatically retry a failed operation, in case it might succeed on a subsequent attempt.
Expand Down

0 comments on commit 56bf6ca

Please sign in to comment.