Skip to content

Commit

Permalink
Update path to sdk-internal (#453)
Browse files Browse the repository at this point in the history
This was incorrectly set to `languages/sdk-internal` instead of `languages/js/sdk-internal`
  • Loading branch information
dani-garcia authored Oct 14, 2024
1 parent 4720e25 commit 757f5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/sdk/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 757f5c4

Please sign in to comment.