doc: migrate links from matrix-doc to matrix-spec(-proposals)

This commit is contained in:
homersimpsons
2022-03-08 10:24:26 +01:00
committed by GitHub
parent fca0f6a22b
commit 2ec50bd03c
26 changed files with 38 additions and 38 deletions

View File

@@ -64,7 +64,7 @@ pub struct RoomVersion {
pub allow_knocking: bool,
/// Adds support for the restricted join rule.
///
/// See: <https://github.com/matrix-org/matrix-doc/pull/3289> for more information.
/// See: [MSC3289](https://github.com/matrix-org/matrix-spec-proposals/pull/3289) for more information.
pub restricted_join_rules: bool,
}