From 7b2114b50ccb22254b26964822d949fc87ce22b5 Mon Sep 17 00:00:00 2001 From: Rose Date: Tue, 2 Jun 2026 13:55:30 +0200 Subject: [PATCH] Update link from whispersystems to signal.org (#2387) Signed-off-by: Rye --- changelogs/olm_megolm/newsfragments/2387.clarification | 1 + content/olm-megolm/olm.md | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 changelogs/olm_megolm/newsfragments/2387.clarification diff --git a/changelogs/olm_megolm/newsfragments/2387.clarification b/changelogs/olm_megolm/newsfragments/2387.clarification new file mode 100644 index 00000000..08fd58be --- /dev/null +++ b/changelogs/olm_megolm/newsfragments/2387.clarification @@ -0,0 +1 @@ +Update link from whispersystems.org to signal.org in the olm documentation \ No newline at end of file diff --git a/content/olm-megolm/olm.md b/content/olm-megolm/olm.md index c2b4ca19..a9558195 100644 --- a/content/olm-megolm/olm.md +++ b/content/olm-megolm/olm.md @@ -5,7 +5,7 @@ type: docs --- An implementation of the double cryptographic ratchet described by -https://whispersystems.org/docs/specifications/doubleratchet/. +https://signal.org/docs/specifications/doubleratchet/. ## Notation @@ -320,11 +320,11 @@ Can be sent to olm at matrix.org. ## Acknowledgements The ratchet that Olm implements was designed by Trevor Perrin and Moxie -Marlinspike - details at https://whispersystems.org/docs/specifications/doubleratchet/. Olm is +Marlinspike - details at https://signal.org/docs/specifications/doubleratchet/. Olm is an entirely new implementation written by the Matrix.org team. [Curve25519]: http://cr.yp.to/ecdh.html -[Triple Diffie-Hellman]: https://whispersystems.org/blog/simplifying-otr-deniability/ +[Triple Diffie-Hellman]: https://signal.org/blog/simplifying-otr-deniability/ [HMAC-based key derivation function]: https://tools.ietf.org/html/rfc5869 [HKDF-SHA-256]: https://tools.ietf.org/html/rfc5869 [HMAC-SHA-256]: https://tools.ietf.org/html/rfc2104