From 983e78dc5307d8ea9cd3ce8ad6d5809c4cf4d9b3 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Wed, 22 Jun 2022 16:47:15 +0000 Subject: [PATCH] Fix dead link to e2ee guide in the README --- python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/README.md b/python/README.md index b928185..c9c8027 100644 --- a/python/README.md +++ b/python/README.md @@ -157,5 +157,5 @@ Pickling works the same way as for peer-to-peer Olm sessions. [3]: https://cffi.readthedocs.io/en/latest/ [4]: https://git.matrix.org/git/olm/about/docs/olm.rst [5]: https://git.matrix.org/git/olm/about/docs/megolm.rst -[6]: https://matrix.org/docs/guides/e2e_implementation.html +[6]: https://matrix.org/docs/guides/end-to-end-encryption-implementation-guide [7]: https://poljar.github.io/python-olm/html/index.html