From 72fe44ae1743bd959825cb8c2167a51687124111 Mon Sep 17 00:00:00 2001 From: Mujeebullah Kalwar Date: Tue, 24 Jan 2023 15:58:27 +0500 Subject: [PATCH] Fixed Docs Link in README.md Signed-off-by: Mujeebullah Kalwar --- wrappers/nodejs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrappers/nodejs/README.md b/wrappers/nodejs/README.md index e9f228ba7b..39266c3e55 100644 --- a/wrappers/nodejs/README.md +++ b/wrappers/nodejs/README.md @@ -47,7 +47,7 @@ Use environment variable `RUST_LOG={info|debug|trace}` to output logs of Libindy i.e. `ld: library not found for -llibindy` -First, make sure you have the latest libindy for your platform. Also make sure you have any other libraries it depends on. See [indy-sdk/doc](https://github.com/hyperledger/indy-sdk/tree/master/doc) +First, make sure you have the latest libindy for your platform. Also make sure you have any other libraries it depends on. See [indy-sdk/docs](https://github.com/hyperledger/indy-sdk/tree/master/docs) Second, make sure it's in the linker search path. The easiest way is to use the system library path. * ubuntu `/usr/lib/libindy.so`