diff --git a/crates/type/src/digest/verifier.rs b/crates/type/src/digest/verifier.rs index 650e378a..c61e3b71 100644 --- a/crates/type/src/digest/verifier.rs +++ b/crates/type/src/digest/verifier.rs @@ -11,7 +11,7 @@ use futures::AsyncRead; /// A verifying reader /// -/// This type is exactly the same as [`Reader`](crate::Reader) except that it +/// This type is exactly the same as [`Reader`](super::Reader) except that it /// additionally verifies the expected hashes. When the end-of-file condition /// is reached, if the actual hashes do not match the expected hashes, an error /// is produced.