Skip to content

Commit

Permalink
Merge pull request #3365 from aaronraimist/fix-404
Browse files Browse the repository at this point in the history
Fix two links on the CS API page
  • Loading branch information
turt2live authored Aug 26, 2021
2 parents 7fcfa57 + 3ae4843 commit da51f7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/api/client-server/create_room.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit da51f7f

Please sign in to comment.