mirror of
https://github.com/tokio-rs/axum.git
synced 2024-12-28 07:20:12 +01:00
Fix: documentation link to passing state
This commit is contained in:
parent
da63c14467
commit
2ba7c43647
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ where
|
|||
|
||||
/// Middleware for adding some shareable value to [request extensions].
|
||||
///
|
||||
/// See [Sharing state with handlers](index.html#sharing-state-with-handlers)
|
||||
/// See [Passing state from middleware to handlers](index.html#passing-state-from-middleware-to-handlers)
|
||||
/// for more details.
|
||||
///
|
||||
/// [request extensions]: https://docs.rs/http/latest/http/struct.Extensions.html
|
||||
|
|
Loading…
Reference in a new issue