From 3ae4843c1974956799dd20e27f890c944c7aa00a Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Thu, 26 Aug 2021 14:15:55 -0500 Subject: [PATCH] Fix two links on the CS API page Signed-off-by: Aaron Raimist --- data/api/client-server/create_room.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/api/client-server/create_room.yaml b/data/api/client-server/create_room.yaml index 2a120f2c..207c8620 100644 --- a/data/api/client-server/create_room.yaml +++ b/data/api/client-server/create_room.yaml @@ -174,7 +174,7 @@ paths: type: object description: |- Extra keys, such as `m.federate`, to be added to the content - of the [`m.room.create`](client-server-api/#mroomcreate) event. The server will clobber the following + of the [`m.room.create`](/client-server-api/#mroomcreate) event. The server will clobber the following keys: `creator`, `room_version`. Future versions of the specification may allow the server to clobber other keys. initial_state: @@ -224,7 +224,7 @@ paths: description: |- The power level content to override in the default power level event. This object is applied on top of the generated - [`m.room.power_levels`](client-server-api/#mroompower_levels) + [`m.room.power_levels`](/client-server-api/#mroompower_levels) event content prior to it being sent to the room. Defaults to overriding nothing. responses: