From 757f5c4dccaa7c905e385287c24f7ceb0a4283f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa?= Date: Mon, 14 Oct 2024 14:42:37 +0200 Subject: [PATCH] Update path to sdk-internal (#453) This was incorrectly set to `languages/sdk-internal` instead of `languages/js/sdk-internal` --- 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 6982c6f0..e51a7c67 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-internal +npm link ../sdk/languages/js/sdk-internal ``` :::warning