diff --git a/libs/@local/harpc/server/src/router.rs b/libs/@local/harpc/server/src/router.rs index d6505d74e41..277235428fd 100644 --- a/libs/@local/harpc/server/src/router.rs +++ b/libs/@local/harpc/server/src/router.rs @@ -58,7 +58,7 @@ pub struct Handler { /// it isn't strictly needed), as well as the use of sessions. To store any information across /// calls, one must make use of smart pointers, such as `Arc`. /// -/// [`Steer`]: tower::steer::Steer +/// [`Steer`]: https://docs.rs/tower/latest/tower/steer/struct.Steer.html pub trait Route { type ResponseBodyError; type Future: Future> + Send;