From b5f9e896baafbf1dbf00301e69c64e6b5685d1c8 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 fe23705a..e0b1d657 100644 --- a/specification/client_server_api.rst +++ b/specification/client_server_api.rst @@ -1221,7 +1221,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``