diff --git a/crates/ruma-state-res/src/room_version.rs b/crates/ruma-state-res/src/room_version.rs
index f6c0213a..1317533f 100644
--- a/crates/ruma-state-res/src/room_version.rs
+++ b/crates/ruma-state-res/src/room_version.rs
@@ -60,11 +60,11 @@ pub struct RoomVersion {
pub extra_redaction_checks: bool,
/// Allow knocking in event authentication.
///
- /// See: https://spec.matrix.org/unstable/rooms/v7/ for more information.
+ /// See: for more information.
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: for more information.
pub restricted_join_rules: bool,
}