From 4d5270014200a4540a4da214294e65164d0d8233 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 25 Mar 2022 11:02:22 +0100 Subject: [PATCH] events: Fix non-link URL --- crates/ruma-common/src/events/room/member.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ruma-common/src/events/room/member.rs b/crates/ruma-common/src/events/room/member.rs index e6f39214..4bca174f 100644 --- a/crates/ruma-common/src/events/room/member.rs +++ b/crates/ruma-common/src/events/room/member.rs @@ -28,7 +28,7 @@ use crate::{ /// directly will fail. /// /// This event may also include an `invite_room_state` key inside the event's unsigned data, but -/// Ruma doesn't currently expose this; see https://github.com/ruma/ruma/issues/998. +/// Ruma doesn't currently expose this; see [#998](https://github.com/ruma/ruma/issues/998). /// /// The user for which a membership applies is represented by the `state_key`. Under some /// conditions, the `sender` and `state_key` may not match - this may be interpreted as the