From a64f9bbb63d5be4bcb3f68aaafa02e6e68a146f7 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Thu, 14 Jul 2016 16:20:59 +0100 Subject: [PATCH] C-S spec: Fix 'unstable' in link to /context API --- specification/client_server_api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/client_server_api.rst b/specification/client_server_api.rst index 9bae54f4..b7487bdd 100644 --- a/specification/client_server_api.rst +++ b/specification/client_server_api.rst @@ -1220,7 +1220,7 @@ have to wait in milliseconds before they can try again. .. |/rooms//unban| replace:: ``/rooms//unban`` .. _/rooms//unban: #post-matrix-client-%CLIENT_MAJOR_VERSION%-rooms-roomid-unban -.. |/rooms/{roomId}/context/{eventId}| replace:: ``/_matrix/client/unstable/rooms/{roomId}/context/{eventId}`` +.. |/rooms/{roomId}/context/{eventId}| replace:: ``/rooms/{roomId}/context/{eventId}`` .. _/rooms/{roomId}/context/{eventId}: #get-matrix-client-%CLIENT_MAJOR_VERSION%-rooms-roomid-context-eventid .. |/account/3pid| replace:: ``/account/3pid``