Skip to content

Commit

Permalink
Merge pull request #901 from matrix-org/travis/olm2
Browse files Browse the repository at this point in the history
Use new Olm repo link in README
  • Loading branch information
turt2live authored Apr 18, 2019
2 parents 16bfe79 + 3b09ab3 commit fac61a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,9 +297,9 @@ Then visit ``http://localhost:8005`` to see the API docs.
End-to-end encryption support
=============================

The SDK supports end-to-end encryption via the Olm and Megolm protocols, using
[libolm](http://matrix.org/git/olm). It is left up to the application to make
libolm available, via the ``Olm`` global.
The SDK supports end-to-end encryption via the and Megolm protocols, using
[libolm](https://gitlab.matrix.org/matrix-org/olm). It is left up to the
application to make libolm available, via the ``Olm`` global.

It is also necessry to call ``matrixClient.initCrypto()`` after creating a new
``MatrixClient`` (but **before** calling ``matrixClient.startClient()``) to
Expand Down

0 comments on commit fac61a7

Please sign in to comment.