Skip to content

Commit

Permalink
chore: point SDK link to the actual SDK, not near-api-js (#2148)
Browse files Browse the repository at this point in the history
  • Loading branch information
charleslavon authored Jul 16, 2024
1 parent b953f88 commit 7fd4c50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/4.tools/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The best place to start learning is our [QuickStart Guide](../2.build/2.smart-co
<Feature url="https://docs.rs/near-sdk/latest/near_sdk/" title="Rust SDK" subtitle="Rust SDK Reference docs" image="smartcontract-rust.png" />
</Column>
<Column title="" size="6">
<Feature url="https://near.github.io/near-api-js/" title="JavaScript SDK" subtitle="Javascript SDK Reference docs" image="smartcontract-js.png" />
<Feature url="https://near.github.io/near-sdk-js/" title="JavaScript SDK" subtitle="Javascript SDK Reference docs" image="smartcontract-js.png" />
</Column>
</FeatureList>

Expand Down Expand Up @@ -118,10 +118,10 @@ If you are new to smart contracts, we recommend you start with our [Smart Contra
If you need to find a specific function signature, or understand the SDK struct/classes, please visit the SDK specific pages:

- [Rust SDK](https://docs.rs/near-sdk/latest/near_sdk/)
- [JavaScript SDK](https://near.github.io/near-api-js/)
- [JavaScript SDK](https://near.github.io/near-sdk-js/)

:::tip

If you are new to smart contracts, we recommend you start with our [Smart Contract QuickStart Guide](../2.build/2.smart-contracts/quickstart.md) before moving to the reference documentation

:::
:::

0 comments on commit 7fd4c50

Please sign in to comment.