Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #25 from matrix-org/michaelkaye/olm_git_url
Browse files Browse the repository at this point in the history
Fix git web url for olm
  • Loading branch information
lukebarnard1 authored Jul 4, 2018
2 parents 5da3b9b + 77c474c commit c46fac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Retrieving scan results follows the same steps but exposes a different API, as e

# Dependencies
### Olm
MCS requires the Olm library to handle `encrypted_body` requests. The version of Olm required is >2.2.2 and exposes the `PkEncryption` class. See [https://git.matrix.org/olm](https://git.matrix.org/olm).
MCS requires the Olm library to handle `encrypted_body` requests. The version of Olm required is >2.2.2 and exposes the `PkEncryption` class. See [https://git.matrix.org/git/olm/](https://git.matrix.org/git/olm/).

# Configuration
See the [default configuration](config/default.config.yaml) for details.
Expand Down

0 comments on commit c46fac0

Please sign in to comment.