mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-06 00:03:36 -04:00
Fix 404 link in UPGRADING documentation
https://lostisland.github.io/faraday/#/middleware/included/authentication is the corrected url
This commit is contained in:
parent
e88b55a3d4
commit
63c38f7716
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user