From 108b323e100efa8ed10a6748cbd9ff2ffd046d2d Mon Sep 17 00:00:00 2001 From: Will Date: Fri, 5 Feb 2021 15:20:18 -0800 Subject: [PATCH] Current version should still point to the old spec --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 625e6fdc..963d2fcd 100644 --- a/config.toml +++ b/config.toml @@ -39,7 +39,7 @@ privacy_policy = "https://matrix.org/legal/privacy-notice" # must be one of "unstable", "current", "historical" # this is used to decide whether to show a banner pointing to the current release status = "unstable" -current_version_url = "https://spec.matrix.org/latest" +current_version_url = "https://matrix.org/docs/spec/" # User interface configuration [params.ui]