Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Fix links #37

Merged
merged 1 commit into from
Jul 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/SDKs/rust.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ The `soroban_sdk` Rust crate contains the Soroban Rust SDK.

:::caution
The `soroban-sdk` is in early development. Report issues
[here](https://github.com/stellar/soroban-sdk).
[here](https://github.com/stellar/rs-soroban-sdk).
:::

## SDK Documentation

SDK documentation is available at:
https://docs.rs/crates/soroban-sdk
https://docs.rs/soroban-sdk

## Subscribe to Releases

Subscribe to releases on the GitHub repository:
https://github.com/stellar/soroban-sdk
https://github.com/stellar/rs-soroban-sdk

## Add the `soroban_sdk` as a Dependency

Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/first-project.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Add the following sections to the `Cargo.toml` that will import the `soroban-sdk

:::caution
The `soroban-sdk` is in early development. Report issues
[here](https://github.com/stellar/soroban-sdk).
[here](https://github.com/stellar/rs-soroban-sdk).
:::

```toml
Expand Down