Skip to content

Commit da51f7f

Browse files
authored
Merge pull request #3365 from aaronraimist/fix-404
Fix two links on the CS API page
2 parents 7fcfa57 + 3ae4843 commit da51f7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/api/client-server/create_room.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ paths:
174174
type: object
175175
description: |-
176176
Extra keys, such as `m.federate`, to be added to the content
177-
of the [`m.room.create`](client-server-api/#mroomcreate) event. The server will clobber the following
177+
of the [`m.room.create`](/client-server-api/#mroomcreate) event. The server will clobber the following
178178
keys: `creator`, `room_version`. Future versions of the specification
179179
may allow the server to clobber other keys.
180180
initial_state:
@@ -224,7 +224,7 @@ paths:
224224
description: |-
225225
The power level content to override in the default power level
226226
event. This object is applied on top of the generated
227-
[`m.room.power_levels`](client-server-api/#mroompower_levels)
227+
[`m.room.power_levels`](/client-server-api/#mroompower_levels)
228228
event content prior to it being sent to the room. Defaults to
229229
overriding nothing.
230230
responses:

0 commit comments

Comments
 (0)