From 08df981b3b65dc96d605b926e5498e3204e59dfc Mon Sep 17 00:00:00 2001 From: Guillaume Date: Wed, 29 Dec 2021 00:07:34 +0100 Subject: [PATCH] Clarify matrix' spec version in CONTRIBUTING.md --- CONTRIBUTING.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 360f3193..51990362 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -164,9 +164,8 @@ for more information on writing good commit messages.) ### Matrix Spec Version -Use the latest r0.x.x documentation when adding or modifying code. We target -the latest minor version of the Matrix specification. (Note: We might -reconsider this when the Client-Server API hits r1.0.0.) +Use the [latest v1.x documentation](https://spec.matrix.org/latest/) when adding or modifying code. We target +the latest minor version of the Matrix specification. ### Endpoint Documentation Header @@ -175,7 +174,7 @@ and a link to the documentation of the spec. You can use the latest version at the time of the commit. For example: ```rust -//! [GET /.well-known/matrix/client](https://matrix.org/docs/spec/client_server/r0.4.0#get-well-known-matrix-client) +//! [GET /.well-known/matrix/client](https://spec.matrix.org/v1.1/client-server-api/#getwell-knownmatrixclient) ``` ### Naming Endpoints