diff --git a/ruma-common/src/encryption.rs b/ruma-common/src/encryption.rs index 9be2010a..d72ecbc0 100644 --- a/ruma-common/src/encryption.rs +++ b/ruma-common/src/encryption.rs @@ -1,6 +1,6 @@ //! Common types for [encryption] related tasks. //! -//! [encryption](https://matrix.org/docs/spec/client_server/r0.6.1#id62) +//! [encryption]: https://matrix.org/docs/spec/client_server/r0.6.1#id76 use std::collections::BTreeMap;