From 1d098f59c4b4b341558b4861a96b0feb4299a10d Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Wed, 13 Nov 2024 09:57:15 +0000 Subject: [PATCH 1/2] Remove reference to libolm from readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d2bde40646..99da542c64 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,8 @@ client.publicRooms(function (err, data) { }); ``` -See below for how to include libolm to enable end-to-end-encryption. Please check -[the Node.js terminal app](examples/node/README.md) for a more complex example. +See [below](#end-to-end-encryption-support) for how to enable end-to-end-encryption, or check +[the Node.js terminal app](examples/node) for a more complex example. To start the client: From 604bc770fb091e6c132aa2f44b2e0155c628507c Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Wed, 13 Nov 2024 10:20:39 +0000 Subject: [PATCH 2/2] README: fix link to node example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99da542c64..aa39b69359 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ client.publicRooms(function (err, data) { ``` See [below](#end-to-end-encryption-support) for how to enable end-to-end-encryption, or check -[the Node.js terminal app](examples/node) for a more complex example. +[the Node.js terminal app](https://github.com/matrix-org/matrix-js-sdk/tree/develop/examples/node) for a more complex example. To start the client: