From 17af66105d0f02495a584f5f2903bc040cdb4b00 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Mon, 6 Nov 2017 12:34:59 +0000 Subject: [PATCH] Fix PR links in changelog --- changelogs/client_server.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/changelogs/client_server.rst b/changelogs/client_server.rst index defe028d2..c24f9ef44 100644 --- a/changelogs/client_server.rst +++ b/changelogs/client_server.rst @@ -65,11 +65,11 @@ - Add endpoints and logic for invites and third-party invites to the federation spec and update the JSON of the request sent by the identity server upon 3PID binding - (`#997 `) + (`#997 `_) - Fix "membership" property on third-party invite upgrade example - (`#995 `) + (`#995 `_) - Fix response format and 404 example for room alias lookup - (`#960 `) + (`#960 `_) - Fix examples of ``m.room.member`` event and room state change, and added a clarification on the membership event sent upon profile update (`#950 `_).