From bd7fbea15565746869c66d495ea2085efcf10896 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 11 Mar 2022 18:04:32 +0100 Subject: [PATCH] Fix intra-doc link --- crates/matrix-sdk/src/config/mod.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/crates/matrix-sdk/src/config/mod.rs b/crates/matrix-sdk/src/config/mod.rs index 6f759d643..39ade13e7 100644 --- a/crates/matrix-sdk/src/config/mod.rs +++ b/crates/matrix-sdk/src/config/mod.rs @@ -12,9 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -//! Configuration to change the behaviour of the [`Client`]. -//! -//! [`Client`]: #crate.Client +//! Configuration to change the behaviour of the [`Client`][crate::Client]. mod client; mod request;