Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton committed Nov 8, 2024
1 parent bf8c282 commit b4ff7d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/getting-started/sdk/internal/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ sidebar_position: 5

# Internal SDK

For more in-depth documentation please review the [SDK Architecture](../../architecture/sdk) and the
Internal SDK project's [`README`](https://github.com/bitwarden/sdk-internal).
For more in-depth documentation please review the [SDK Architecture](../../../architecture/sdk) and
the Internal SDK project's [`README`](https://github.com/bitwarden/sdk-internal).

## Requirements

- [Rust](https://www.rust-lang.org/tools/install) latest stable version - (preferably installed via
[rustup](https://rustup.rs/))
- NodeJS and NPM.

See the [Tools and Libraries](../tools/index.md) page for more information.
See the [Tools and Libraries](../../tools/index.md) page for more information.

## Setup instructions

Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started/sdk/secrets-manager/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This section contains development information for the Bitwarden Secrets Manager CLI, language
wrappers, and integrations based on the SDK.

For more in-depth documentation please review the [SDK Architecture](../../architecture/sdk),
For more in-depth documentation please review the [SDK Architecture](../../../architecture/sdk),
Secrets Manager SDK project's [`README`](https://github.com/bitwarden/sdk).

## Requirements
Expand All @@ -12,7 +12,7 @@ Secrets Manager SDK project's [`README`](https://github.com/bitwarden/sdk).
[rustup](https://rustup.rs/))
- NodeJS and NPM.

See the [Tools and Libraries](../tools/index.md) page for more information.
See the [Tools and Libraries](../../tools/index.md) page for more information.

## Setup instructions

Expand Down

0 comments on commit b4ff7d4

Please sign in to comment.