From 09a4f289963da3c1c9d7b7ee9f236d7cdc34a217 Mon Sep 17 00:00:00 2001 From: Hinton Date: Fri, 4 Oct 2024 10:41:28 +0200 Subject: [PATCH] Fix link command --- docs/getting-started/sdk/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/sdk/index.md b/docs/getting-started/sdk/index.md index c3ba97d7..6982c6f0 100644 --- a/docs/getting-started/sdk/index.md +++ b/docs/getting-started/sdk/index.md @@ -62,7 +62,7 @@ The web clients uses NPM to install the SDK as a dependency. NPM offers a dedica [`link`][npm-link] which can be used to temporarily replace the packages with a local version. ```bash -npm link ../sdk/languages/sdk-client ../sdk/languages/wasm +npm link ../sdk/languages/sdk-internal ``` :::warning