Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(devx): FIx URLs in References Overview #4466

Merged
merged 1 commit into from
Dec 13, 2024
Merged
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
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>
Loading