Skip to content

Commit

Permalink
fix(devx): add / before references urls (#4466)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-tortora authored Dec 13, 2024
1 parent 855f5fd commit 857d515
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/content/references/references.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Reference the IOTA framework and IOTA RPC documentation for details of the code

<Cards>

<Card title="JSON-RPC" href="references/iota-api">
<Card title="JSON-RPC" href="/references/iota-api">
A public service that enables interacting with the IOTA network.
</Card>
</Cards>
Expand All @@ -21,7 +21,7 @@ A public service that enables interacting with the IOTA network.
Move powers smart contract logic for the IOTA blockchain. Use these resources to learn Move or refresh your memory.

<Cards>
<Card title="IOTA framework" href="references/framework"/>
<Card title="IOTA framework" href="/references/framework"/>
<Card title="Move language" href="https://github.com/move-language/move/blob/main/language/documentation/book/src/introduction.md">
Documentation for the Move programming language on GitHub.
</Card>
Expand All @@ -32,13 +32,13 @@ Documentation for the Move programming language on GitHub.
Interact directly with IOTA networks and its features using the IOTA command line interface (CLI). The CLI is divided into separate base commands that target a specific set of features.

<Cards>
<Card title="IOTA Client CLI" href="references/cli/client">
<Card title="IOTA Client CLI" href="/references/cli/client">
Create a client on a IOTA network to generate addresses, access networks, and more with the IOTA Client CLI.
</Card>
<Card title="IOTA Client PTB CLI" href="references/cli/ptb">
<Card title="IOTA Client PTB CLI" href="/references/cli/ptb">
Build, preview, and execute programmable transaction blocks directly from your terminal with the IOTA Client PTB CLI.
</Card>
<Card title="IOTA Move CLI" href="references/cli/move">
<Card title="IOTA Move CLI" href="/references/cli/move">
Access IOTA Move functions on chain using the IOTA Move CLI.
</Card>
</Cards>
Expand All @@ -48,8 +48,8 @@ Access IOTA Move functions on chain using the IOTA Move CLI.
Official software development kits (SDKs) available for IOTA include the TypeScript SDK and Rust SDK.

<Cards>
<Card title="IOTA TypeScript SDK" href="references/ts-sdk/typescript">
<Card title="IOTA TypeScript SDK" href="/references/ts-sdk/typescript">
The IOTA TypeScript SDK has its own microsite. Click this box to go there.
</Card>
<Card title="IOTA Rust SDK" href="references/rust-sdk"/>
<Card title="IOTA Rust SDK" href="/references/rust-sdk"/>
</Cards>

0 comments on commit 857d515

Please sign in to comment.