Skip to content

Commit d11333d

Browse files
authoredMar 13, 2025··
Added links to SDK crates (#557)
1 parent 57c396c commit d11333d

File tree

1 file changed

+6
-3
lines changed
  • docs/getting-started/sdk/internal

1 file changed

+6
-3
lines changed
 

‎docs/getting-started/sdk/internal/index.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,12 @@ See the [Tools and Libraries](../../tools/index.md) page for more information.
3535
The SDK is built for different platforms, all of which have their own build instructions. For more
3636
information on how to build for a specific platform, refer to the readmes for the different crates:
3737

38-
- **Web**: `crates/bitwarden-wasm-internal`
39-
- **iOS**: `crates/bitwarden-uniffi/swift`
40-
- **Android**: `crates/bitwarden-uniffi/kotlin`
38+
- **Web**:
39+
[`crates/bitwarden-wasm-internal`](https://github.com/bitwarden/sdk-internal/tree/main/crates/bitwarden-wasm-internal)
40+
- **iOS**:
41+
[`crates/bitwarden-uniffi/swift`](https://github.com/bitwarden/sdk-internal/tree/main/crates/bitwarden-uniffi/swift)
42+
- **Android**:
43+
[`crates/bitwarden-uniffi/kotlin`](https://github.com/bitwarden/sdk-internal/tree/main/crates/bitwarden-uniffi/kotlin)
4144

4245
Please be aware that each platform has its own set of dependencies that need to be installed before
4346
building. Make sure to double check the readme if you encounter any issues.

0 commit comments

Comments
 (0)
Please sign in to comment.