diff --git a/crates/ruma-events/src/space.rs b/crates/ruma-events/src/space.rs index 1f083ca7..c8b62d3b 100644 --- a/crates/ruma-events/src/space.rs +++ b/crates/ruma-events/src/space.rs @@ -1,6 +1,7 @@ //! Types for the *m.space* events. //! //! See [MSC2758] and [MSC1772]. +//! //! [MSC2758]: https://github.com/matrix-org/matrix-doc/blob/master/proposals/2758-textual-id-grammar.md //! [MSC1772]: https://github.com/matrix-org/matrix-doc/blob/master/proposals/1772-groups-as-rooms.md