Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix olm/megolm links #1291

Merged
merged 2 commits into from
Mar 22, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gatsby/content/projects/other/olm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ home: https://git.matrix.org/git/olm/about/docs/olm.rst

An implementation of the Double Ratchet cryptographic ratchet described by <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 at <https://git.matrix.org/git/olm/about/docs/olm.rst>.
The specification of the Olm ratchet can be found at <https://matrix.org/docs/spec/olm.html>.

This library also includes an implementation of the Megolm cryptographic
ratchet, as specified at <https://git.matrix.org/git/olm/about/docs/megolm.rst>.
ratchet, as specified at <https://matrix.org/docs/spec/megolm.html>.