Skip to content

Commit 2ba7c43

Browse files
like-a-bauseyanns
authored andcommitted
Fix: documentation link to passing state
1 parent da63c14 commit 2ba7c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axum/src/extension.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ where
132132

133133
/// Middleware for adding some shareable value to [request extensions].
134134
///
135-
/// See [Sharing state with handlers](index.html#sharing-state-with-handlers)
135+
/// See [Passing state from middleware to handlers](index.html#passing-state-from-middleware-to-handlers)
136136
/// for more details.
137137
///
138138
/// [request extensions]: https://docs.rs/http/latest/http/struct.Extensions.html

0 commit comments

Comments
 (0)