From 33ca891e71e6673ff6bdd3706d34c9c45d16da03 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Fri, 14 Jun 2019 22:22:43 -0600 Subject: [PATCH 1/2] Fix link to Olm signing specification See https://github.com/matrix-org/matrix.org/issues/478 --- changelogs/client_server/newsfragments/2133.clarification | 1 + specification/modules/end_to_end_encryption.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelogs/client_server/newsfragments/2133.clarification diff --git a/changelogs/client_server/newsfragments/2133.clarification b/changelogs/client_server/newsfragments/2133.clarification new file mode 100644 index 000000000..3a0031792 --- /dev/null +++ b/changelogs/client_server/newsfragments/2133.clarification @@ -0,0 +1 @@ +Fix link to Olm signing specification. diff --git a/specification/modules/end_to_end_encryption.rst b/specification/modules/end_to_end_encryption.rst index f94fec2db..27ba49989 100644 --- a/specification/modules/end_to_end_encryption.rst +++ b/specification/modules/end_to_end_encryption.rst @@ -411,7 +411,7 @@ Device verification may reach one of several conclusions. For example: protocol to verify that a given message was sent from a device holding that Ed25519 private key, or to encrypt a message so that it may only be decrypted by such a device. For the Olm protocol, this is documented at - https://matrix.org/git/olm/about/docs/signing.rst. + https://matrix.org/docs/spec/olm_signing.html. Key verification framework From 6f460ad70aa6c642b582bc9a3b140ffbcab41271 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Fri, 14 Jun 2019 22:26:29 -0600 Subject: [PATCH 2/2] minus spec according to the apache .htaccess we use --- specification/modules/end_to_end_encryption.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/modules/end_to_end_encryption.rst b/specification/modules/end_to_end_encryption.rst index 27ba49989..329c01706 100644 --- a/specification/modules/end_to_end_encryption.rst +++ b/specification/modules/end_to_end_encryption.rst @@ -411,7 +411,7 @@ Device verification may reach one of several conclusions. For example: protocol to verify that a given message was sent from a device holding that Ed25519 private key, or to encrypt a message so that it may only be decrypted by such a device. For the Olm protocol, this is documented at - https://matrix.org/docs/spec/olm_signing.html. + https://matrix.org/docs/olm_signing.html. Key verification framework