From 5f000b08bfc26fe4da9395f5aa7cd6e7f3ff21c8 Mon Sep 17 00:00:00 2001 From: Johannes Becker Date: Wed, 23 Nov 2022 14:13:30 +0100 Subject: [PATCH] Add link to the unstable spec to the README Signed-off-by: Johannes Becker --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62c2477c..44cff871 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Matrix Specification -This repository contains the Matrix Specification, rendered at [spec.matrix.org](http://spec.matrix.org/). +This repository contains the Matrix Specification. The current release version is rendered at https://spec.matrix.org, while the latest available build of the main branch is at https://spec.matrix.org/unstable. Developers looking to use Matrix should join [#matrix-dev:matrix.org](https://matrix.to/#/#matrix-dev:matrix.org) on Matrix for help.