diff --git a/crates/ruma-client-api/src/r0/uiaa.rs b/crates/ruma-client-api/src/r0/uiaa.rs index defd07e5..215d5f56 100644 --- a/crates/ruma-client-api/src/r0/uiaa.rs +++ b/crates/ruma-client-api/src/r0/uiaa.rs @@ -318,7 +318,7 @@ pub struct Msisdn<'a> { /// /// See [the spec] for how to use this. /// -/// [the spec]: https://matrix.org/docs/spec/client_server/r0.6.1#password-based +/// [the spec]: https://matrix.org/docs/spec/client_server/r0.6.1#dummy-auth #[derive(Clone, Debug, Default, Outgoing, Serialize)] #[cfg_attr(not(feature = "unstable-exhaustive-types"), non_exhaustive)] #[serde(tag = "type", rename = "m.login.dummy")]