From bf8c282c2df4c2dfafc39ab8c7615649ff7fa329 Mon Sep 17 00:00:00 2001 From: Hinton Date: Fri, 8 Nov 2024 14:53:53 +0100 Subject: [PATCH] Update to new path --- docs/getting-started/sdk/internal/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/sdk/internal/index.md b/docs/getting-started/sdk/internal/index.md index 5e68de66..2cc13a01 100644 --- a/docs/getting-started/sdk/internal/index.md +++ b/docs/getting-started/sdk/internal/index.md @@ -58,7 +58,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-internal/languages/js/sdk-internal +npm link ../sdk-internal/crates/bitwarden-wasm-internal/npm ``` :::warning @@ -74,7 +74,7 @@ Running `npm ci` or `npm install` will replace the linked packages with the publ 1. Build and publish the SDK to the local Maven repository: ```bash - ../sdk-internal/languages/kotlin/publish-local.sh + ../sdk-internal/crates/bitwarden-uniffi/kotlin/publish-local.sh ``` 2. Set the user property `localSdk=true` in the `user.properties` file.