diff options
author | Richard van der Hoff <richard@matrix.org> | 2017-01-17 10:00:33 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2017-01-17 10:00:33 +0000 |
commit | d1226e1865739b43fe8d652287045588a3f8d9bd (patch) | |
tree | 777adbf0f6c2c455cb960c6ba3da01414d40761f | |
parent | 199a4e70616a583e33d7e9a7dd8c95503845fcac (diff) |
link to local docs/olm.rst
-rw-r--r-- | README.rst | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -5,8 +5,7 @@ An implementation of the Double Ratchet cryptographic ratchet described by https://github.com/trevp/double_ratchet/wiki, written in C and C++11 and exposed as a C API. -The specification of the Olm ratchet can be found in ``docs/olm.rst`` or -https://matrix.org/docs/spec/olm.html. +The specification of the Olm ratchet can be found in `<docs/olm.rst>`_. This library also includes an implementation of the Megolm cryptographic ratchet, as specified in ``docs/megolm.rst`` or |