api: Update a link

This commit is contained in:
Jonas Platte 2022-02-18 20:21:41 +01:00
parent c8de6c7388
commit fcba5100cf
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -78,7 +78,7 @@ pub struct Metadata {
pub enum MatrixVersion {
/// Version 1.0 of the Matrix specification.
///
/// Retroactively defined as <https://spec.matrix.org/v1.1/#legacy-versioning>.
/// Retroactively defined as <https://spec.matrix.org/v1.2/#legacy-versioning>.
V1_0,
/// Version 1.1 of the Matrix specification, released in Q4 2021.