Remove circle-artifacts.com links in the documentation

Add a link to the MSC that defines these endpoints as they aren't
available in the unstable spec yet.
This commit is contained in:
Gelez 2020-11-25 18:19:41 +01:00 committed by GitHub
parent ee6d258bdf
commit d519a47a00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,6 @@
//! [POST /_matrix/client/r0/keys/signatures/upload](https://13301-24998719-gh.circle-artifacts.com/0/scripts/gen/client_server/unstable.html#post-matrix-client-r0-keys-signatures-upload) //! POST /_matrix/client/r0/keys/signatures/upload
//!
//! Defined in [MSC 1756](https://github.com/matrix-org/matrix-doc/blob/master/proposals/1756-cross-signing.md#uploading-signing-keys)
use std::collections::BTreeMap; use std::collections::BTreeMap;

View File

@ -1,4 +1,6 @@
//! [POST /_matrix/client/r0/keys/device_signing/upload](https://13301-24998719-gh.circle-artifacts.com/0/scripts/gen/client_server/unstable.html#post-matrix-client-r0-keys-device-signing-upload) //! POST /_matrix/client/r0/keys/device_signing/upload
//!
//! Defined in [MSC 1756](https://github.com/matrix-org/matrix-doc/blob/master/proposals/1756-cross-signing.md#uploading-signing-keys)
use ruma_api::ruma_api; use ruma_api::ruma_api;