From d7d52e8074ebb8602b7843f2a810f7a5c7e23b04 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Tue, 22 Feb 2022 19:12:04 +0100 Subject: [PATCH] Fix broken link in end_to_end_encryption.md (#3708) --- changelogs/client_server/newsfragments/3708.clarification | 1 + content/client-server-api/modules/end_to_end_encryption.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelogs/client_server/newsfragments/3708.clarification diff --git a/changelogs/client_server/newsfragments/3708.clarification b/changelogs/client_server/newsfragments/3708.clarification new file mode 100644 index 00000000..3ccb2333 --- /dev/null +++ b/changelogs/client_server/newsfragments/3708.clarification @@ -0,0 +1 @@ +Fix various typos throughout the specification. diff --git a/content/client-server-api/modules/end_to_end_encryption.md b/content/client-server-api/modules/end_to_end_encryption.md index 24ca3b96..fb94f03f 100644 --- a/content/client-server-api/modules/end_to_end_encryption.md +++ b/content/client-server-api/modules/end_to_end_encryption.md @@ -1171,7 +1171,7 @@ originally sent the key request to; a device that receives a `request` message with the same `request_id` and `requesting_device_id`. If a device does not wish to share keys with that device, it can -indicate this by sending an [m.room\_key.withheld](#mroom_key.withheld) to-device message, +indicate this by sending an [m.room\_key.withheld](#mroom_keywithheld) to-device message, as described in [Reporting that decryption keys are withheld](#reporting-that-decryption-keys-are-withheld).