From 166d4ada8613a9e786c6d1b0b124b5bd6a02732f Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Wed, 16 Jan 2019 17:05:57 -0700 Subject: [PATCH] Fix room versions reference in appendices & s2s spec --- specification/appendices/identifier_grammar.rst | 6 +++--- specification/server_server_api.rst | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/specification/appendices/identifier_grammar.rst b/specification/appendices/identifier_grammar.rst index 496aba31..b4678988 100644 --- a/specification/appendices/identifier_grammar.rst +++ b/specification/appendices/identifier_grammar.rst @@ -16,10 +16,10 @@ Identifier Grammar ------------------ -Some identifiers are specific to given room versions, please see the -`room specification`_ for more information. +Some identifiers are specific to given room versions, please refer to the +`room versions specification`_ for more information. -.. _`room specification`: ../rooms/latest.html +.. _`room versions specification`: ../index.html#room-versions Server Name diff --git a/specification/server_server_api.rst b/specification/server_server_api.rst index 05e6617b..8645888b 100644 --- a/specification/server_server_api.rst +++ b/specification/server_server_api.rst @@ -1318,4 +1318,4 @@ Example code .. _`Checking for a signature`: ../appendices.html#checking-for-a-signature .. _`Device Management module`: ../client_server/%CLIENT_RELEASE_LABEL%.html#device-management .. _`End-to-End Encryption module`: ../client_server/%CLIENT_RELEASE_LABEL%.html#end-to-end-encryption -.. _`room version specification`: ../rooms/latest.html +.. _`room version specification`: ../index.html#room-versions