diff --git a/docs/getting-started/sdk/internal/index.md b/docs/getting-started/sdk/internal/index.md index 71eafb59e..6f961fa13 100644 --- a/docs/getting-started/sdk/internal/index.md +++ b/docs/getting-started/sdk/internal/index.md @@ -35,9 +35,12 @@ See the [Tools and Libraries](../../tools/index.md) page for more information. The SDK is built for different platforms, all of which have their own build instructions. For more information on how to build for a specific platform, refer to the readmes for the different crates: -- **Web**: `crates/bitwarden-wasm-internal` -- **iOS**: `crates/bitwarden-uniffi/swift` -- **Android**: `crates/bitwarden-uniffi/kotlin` +- **Web**: + [`crates/bitwarden-wasm-internal`](https://github.com/bitwarden/sdk-internal/tree/main/crates/bitwarden-wasm-internal) +- **iOS**: + [`crates/bitwarden-uniffi/swift`](https://github.com/bitwarden/sdk-internal/tree/main/crates/bitwarden-uniffi/swift) +- **Android**: + [`crates/bitwarden-uniffi/kotlin`](https://github.com/bitwarden/sdk-internal/tree/main/crates/bitwarden-uniffi/kotlin) Please be aware that each platform has its own set of dependencies that need to be installed before building. Make sure to double check the readme if you encounter any issues.