diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2017-06-07 23:12:53 -0400 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2017-06-08 11:31:39 +0100 |
commit | 0fd768e1b56157cb321d20eaffae59c3cbd4381f (patch) | |
tree | 44f2b9fbc4b603865caffddbee2b598895bef073 | |
parent | 780d83a1d842ee6ac9255f61e8bd2084b63b5da3 (diff) |
update link in README to match changes in 780d83a
Signed-off-by: Hubert Chathi <hubert@uhoreg.ca>
-rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,8 +2,8 @@ Olm === 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. +https://whispersystems.org/docs/specifications/doubleratchet/, 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>`_. |