From ee1b0c8a9ab4f4cfa3f9099724444cb06d58e8e6 Mon Sep 17 00:00:00 2001 From: Denis Kasak Date: Thu, 26 May 2022 10:43:28 +0000 Subject: [PATCH] Update megolm.md: Fix broken section link. --- docs/megolm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/megolm.md b/docs/megolm.md index 2853ef3..c1016b4 100644 --- a/docs/megolm.md +++ b/docs/megolm.md @@ -109,7 +109,7 @@ discriminate between sessions. ### Sharing session data To allow other participants in the conversation to decrypt messages, the -session data is formatted as described in [Session-sharing format](#Session-sharing-format). It is then +session data is formatted as described in [Session-sharing format](#session-sharing-format). It is then shared with other participants in the conversation via a secure peer-to-peer channel (such as that provided by [Olm][]).