From 6400444aa1d77932d15cf7defd6946105904a3dc Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Mon, 9 Mar 2026 17:11:11 -0600 Subject: [PATCH] Fix broken links --- content/client-server-api/modules/policy_servers.md | 2 +- data/api/server-server/room_policy.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/client-server-api/modules/policy_servers.md b/content/client-server-api/modules/policy_servers.md index 1265349b..68ace27a 100644 --- a/content/client-server-api/modules/policy_servers.md +++ b/content/client-server-api/modules/policy_servers.md @@ -42,7 +42,7 @@ homeserver. 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 -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 populate the `m.room.policy` state event. diff --git a/data/api/server-server/room_policy.yaml b/data/api/server-server/room_policy.yaml index 1663dcbc..4f9634cf 100644 --- a/data/api/server-server/room_policy.yaml +++ b/data/api/server-server/room_policy.yaml @@ -22,7 +22,7 @@ paths: description: |- A server is a Policy Server if it implements this endpoint, among [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. This endpoint MUST NOT be called for events which have a type of `m.room.policy` @@ -132,7 +132,7 @@ paths: Error codes include: * `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. content: application/json: