Fix broken links

This commit is contained in:
Travis Ralston 2026-03-09 17:11:11 -06:00
parent 811ae3a990
commit 6400444aa1
2 changed files with 3 additions and 3 deletions

View file

@ -42,7 +42,7 @@ homeserver.
Clients do not interact with the Policy Server directly, but may need enough Clients do not interact with the Policy Server directly, but may need enough
information to be able to set the `m.room.policy` state event. For this, a client information to be able to set the `m.room.policy` state event. For this, a client
can attempt to call [`/.well-known/matrix/policy_server`](#getwell-knownmatrixpolicyserver) can attempt to call [`/.well-known/matrix/policy_server`](#getwell-knownmatrixpolicy_server)
on a user-provided server name. The returned information can then be used to on a user-provided server name. The returned information can then be used to
populate the `m.room.policy` state event. populate the `m.room.policy` state event.

View file

@ -22,7 +22,7 @@ paths:
description: |- description: |-
A server is a Policy Server if it implements this endpoint, among A server is a Policy Server if it implements this endpoint, among
[other requirements](/server-server-api/#policy-servers). This endpoint [other requirements](/server-server-api/#policy-servers). This endpoint
is otherwise optional. See [Unsupported Endpoints](#unsupported-endpoints) is otherwise optional. See [Unsupported Endpoints](/server-server-api/#unsupported-endpoints)
for details on how to exclude implementation of this endpoint. for details on how to exclude implementation of this endpoint.
This endpoint MUST NOT be called for events which have a type of `m.room.policy` This endpoint MUST NOT be called for events which have a type of `m.room.policy`
@ -132,7 +132,7 @@ paths:
Error codes include: Error codes include:
* `M_NOT_FOUND` - The room is not known or is not protected by the Policy Server. * `M_NOT_FOUND` - The room is not known or is not protected by the Policy Server.
* `M_UNRECOGNIZED` - The server is not a Policy Server. See [Unsupported Endpoints](#unsupported-endpoints) * `M_UNRECOGNIZED` - The server is not a Policy Server. See [Unsupported Endpoints](/server-server-api/#unsupported-endpoints)
for more detail. for more detail.
content: content:
application/json: application/json: