From 36462694e62256206d96d6a2f0fec86cb1c03325 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Thu, 23 Sep 2021 17:55:50 +0200 Subject: [PATCH] client-api: Fix a spec link --- crates/ruma-client-api/src/r0/uiaa.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")]