Skip to content

Commit 21a6a8d

Browse files
fix(docs): broken links
1 parent 6ecf1af commit 21a6a8d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/smart-accounts/guides/cli/01-introduction.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
sidebar_position: 1
3-
slug: fsa-cli
3+
slug: introduction
44
title: Introduction
55
authors: [nikerzetic]
66
description: Introduction to the Flare Smart Accounts CLI.
@@ -90,7 +90,7 @@ If the instruction includes a minting step (`fxrp-cr`, `firelight-cr-deposit` an
9090
<encode_command> | ./smart_accounts.py bridge instruction - | ./smart_accounts.py bridge mint-tx --wait -
9191
```
9292

93-
This is described in more detail in the [Bridge section](/smart-accounts/guides/fsa-cli#bridge) of this guide.
93+
This is described in more detail in the [Bridge section](/smart-accounts/guides/cli/introduction#bridge) of this guide.
9494

9595
## Encode
9696

docs/smart-accounts/guides/cli/03-fassets-cycle.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The steps we will take will be as follows:
2929
3. **claim:** finish the withdrawal process of FXRP from the Upshift-type vault
3030
4. **redeem:** convert FXRP back to XRP
3131

32-
We will do all of that through the [Flare Smart Accounts CLI](/smart-accounts/guides/fsa-cli).
32+
We will do all of that through the [Flare Smart Accounts CLI](/smart-accounts/guides/cli/introduction).
3333
The CLI allows us to make XRPL transactions through terminal commands.
3434

3535
:::note

docs/smart-accounts/guides/typescript-viem/04-mint-and-transfer.mdx renamed to docs/smart-accounts/guides/cli/04-mint-and-transfer.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ keywords:
1717
unlisted: false
1818
---
1919

20-
In this guide we will take a look at how we can use the [Flare smart accounts CLI](/smart-accounts/guides/fsa-cli) to perform a mint action, followed by the transfer of freshly minted FXRP.
20+
In this guide we will take a look at how we can use the [Flare smart accounts CLI](/smart-accounts/guides/cli/introduction) to perform a mint action, followed by the transfer of freshly minted FXRP.
2121
What this allows us to do is to, effectively, **mint FXRP onto someone else's Flare address**.
2222
This guide is aimed primarily at Web3 developers who desire to engage with the FAssets system but want to sidestep the base minting process.
2323

docs/smart-accounts/guides/typescript-viem/03-custom-instruction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ export function encodeCustomInstruction(
286286
## Sending an instruction
287287

288288
With that, we can send our custom instruction.
289-
We make an XRPL Payment transaction to one of the operator's XRPL addresses (the [State Lookup guide](smart-accounts/guides/typescript-viem/state-lookup-ts#operators-xrpl-addresses) explains how we can obtain these).
289+
We make an XRPL Payment transaction to one of the operator's XRPL addresses (the [State Lookup guide](/smart-accounts/guides/typescript-viem/state-lookup-ts#operators-xrpl-addresses) explains how we can obtain these).
290290
The encoded instruction is attached as a memo of the transaction, with the preceding `0x` removed.
291291

292292
```typescript

0 commit comments

Comments
 (0)