From eca333a9ec0cb112124efa665c18b6d51d668018 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 12 Aug 2020 14:14:06 +0200 Subject: [PATCH] Fix doc link --- ruma-common/src/encryption.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;