From 17a18c1baca781d6ee2b1ac5d22a300aff4e91ab Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Thu, 21 Mar 2024 17:23:25 -0400 Subject: [PATCH] Fix link for push rules. --- content/client-server-api/modules/account_data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/client-server-api/modules/account_data.md b/content/client-server-api/modules/account_data.md index 78de6d2a..f7cb8d72 100644 --- a/content/client-server-api/modules/account_data.md +++ b/content/client-server-api/modules/account_data.md @@ -28,7 +28,7 @@ These events can also be received in a `/events` response or in the Servers MUST reject clients from setting account data for event types that the server manages. Currently, this only includes -[`m.fully_read`](#mfully_read) and [`m.push_rules`](#mfully_read). +[`m.fully_read`](#mfully_read) and [`m.push_rules`](#push-rules-events). This applies to both global and room-specific account data. {{% boxes/note %}}