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