federation-api: Fix link to old matrix-doc repo

This commit is contained in:
Kévin Commaille 2022-05-27 20:05:46 +02:00 committed by Kévin Commaille
parent ddc5279b6e
commit c11dfb6b10

View File

@ -1,7 +1,7 @@
//! Endpoint to receive metadata about implemented matrix versions. //! Endpoint to receive metadata about implemented matrix versions.
pub mod msc3723 { pub mod msc3723 {
//! [GET /_matrix/federation/versions](https://github.com/matrix-org/matrix-doc/pull/3723) //! [GET /_matrix/federation/versions](https://github.com/matrix-org/matrix-spec-proposals/pull/3723)
use ruma_common::api::ruma_api; use ruma_common::api::ruma_api;