diff --git a/data/api/server-server/invites-v1.yaml b/data/api/server-server/invites-v1.yaml index d58102ad..6de30015 100644 --- a/data/api/server-server/invites-v1.yaml +++ b/data/api/server-server/invites-v1.yaml @@ -35,7 +35,7 @@ paths: Also note that if the remote homeserver is already in the room, it will receive the invite event twice; once through this endpoint, and again through a [federation - transaction](https://spec.matrix.org/v1.13/server-server-api/#transactions). + transaction](/server-server-api/#transactions). operationId: sendInviteV1 security: - signedRequest: [] diff --git a/data/api/server-server/invites-v2.yaml b/data/api/server-server/invites-v2.yaml index 505968c7..74fd8ead 100644 --- a/data/api/server-server/invites-v2.yaml +++ b/data/api/server-server/invites-v2.yaml @@ -39,7 +39,7 @@ paths: Also note that if the remote homeserver is already in the room, it will receive the invite event twice; once through this endpoint, and again through a [federation - transaction](https://spec.matrix.org/v1.13/server-server-api/#transactions). + transaction](/server-server-api/#transactions). operationId: sendInviteV2 security: - signedRequest: []