Skip to content

Commit

Permalink
Fix included middleware links
Browse files Browse the repository at this point in the history
The links were pointing to `/middleware/___` instead of
`/middleware/included/___`
  • Loading branch information
edwardloveall authored and olleolleolle committed Aug 7, 2023
1 parent 63c38f7 commit 26168c4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/middleware/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@ end
### Available Middleware

The following pages provide detailed configuration for the middleware that ships with Faraday:
* [Authentication](middleware/authentication.md)
* [URL Encoding](middleware/url-encoding.md)
* [JSON Encoding/Decoding](middleware/json.md)
* [Instrumentation](middleware/instrumentation.md)
* [Logging](middleware/logging.md)
* [Raising Errors](middleware/raising-errors.md)
* [Authentication](middleware/included/authentication.md)
* [URL Encoding](middleware/included/url-encoding.md)
* [JSON Encoding/Decoding](middleware/included/json.md)
* [Instrumentation](middleware/included/instrumentation.md)
* [Logging](middleware/included/logging.md)
* [Raising Errors](middleware/included/raising-errors.md)

The [Awesome Faraday](https://github.com/lostisland/awesome-faraday/) project
has a complete list of useful, well-maintained Faraday middleware. Middleware is
Expand Down

0 comments on commit 26168c4

Please sign in to comment.