client-api: Fix a spec link

This commit is contained in:
Jonas Platte 2021-09-23 17:55:50 +02:00
parent 898ec65e77
commit 36462694e6
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -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")]