diff --git a/src/body/stream_body.rs b/src/body/stream_body.rs index a01a983a..17ddbd33 100644 --- a/src/body/stream_body.rs +++ b/src/body/stream_body.rs @@ -19,7 +19,7 @@ pin_project! { /// /// If purpose of this type is to be used in responses. If you want to /// extract the request body as a stream consider using - /// [`extract::BodyStream`]. + /// [`BodyStream`](crate::extract::BodyStream). /// /// # Example ///