Skip to content

Commit

Permalink
Fix 404 link in UPGRADING documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
shanempope authored and olleolleolle committed Aug 5, 2023
1 parent e88b55a commit 63c38f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ but this has been removed from the v2.0 release to simplify the interface.
### Authentication helper methods in Connection have been removed

You were previously able to call `authorization`, `basic_auth` and `token_auth` against the `Connection` object, but this helper methods have now been dropped.
Instead, you should be using the equivalent middleware, as explained in [this page](https://lostisland.github.io/faraday/middleware/authentication).
Instead, you should be using the equivalent middleware, as explained in [this page](https://lostisland.github.io/faraday/#/middleware/included/authentication).

For more details, see https://github.com/lostisland/faraday/pull/1306

Expand Down

0 comments on commit 63c38f7

Please sign in to comment.