Skip to content

Commit 5a6053f

Browse files
committed
fix(links): broken links
1 parent bc3f6aa commit 5a6053f

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

docs/fassets/guides/1-deploy-fassets-agent.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ sudo chown 1000:1000 log -R
144144

145145
:::info
146146
Given our current insurance mechanisms to protect users, Flare Foundation will not add any more agents to the FAssets protocol on Songbird.
147-
As covered in this [blog](https://flare.network/fxrp-is-live-on-songbird/), Flare Foundation will cover losses up to \$100,000 per asset, for a total coverage of $300,000.
147+
As covered in this [blog](https://flare.network/news/fxrp-is-live-on-songbird-mint-trade-and-get-rewarded), Flare Foundation will cover losses up to \$100,000 per asset, for a total coverage of $300,000.
148148
We appreciate the interest received and look forward to onboarding agents once we have launched FAssets on Flare mainnet.
149149
:::
150150

docs/ftso/scaling/2-getting-started.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ To fetch the feed values for FLR/USD, BTC/USD, and ETH/USD at the latest voting
122122

123123
The response contains JSON objects for each feed, with the following fields:
124124

125-
- `votingRoundId`: The voting round ID (each round lasts 90 seconds; see the [Flare Systems Explorer](https://flare-systems-explorer.flare.network/voting-epoch)).
125+
- `votingRoundId`: The voting round ID (each round lasts 90 seconds; see the [Flare Systems Explorer](https://flare-systems-explorer.flare.network/voting-round)).
126126
- `id`: The feed ID (refer to the [list of anchor feeds](/ftso/scaling/anchor-feeds)).
127127
- `value`: The integer value of the feed.
128128
- `turnoutBIPS`: The percentage of voting weight (in basis points) that contributed to the finalized value.
@@ -188,8 +188,8 @@ curl -X 'GET' \
188188

189189
The response indicates that:
190190

191-
- The **currently active voting round** has `voting_round_id` [839641](https://flare-systems-explorer.flare.network/voting-epoch/839641), which **started at** `1733997690`.
192-
- The **most recently finalized FTSO voting round** has `voting_round_id` [839640](https://flare-systems-explorer.flare.network/voting-epoch/839640), which **started at** `1733997600`.
191+
- The **currently active voting round** has `voting_round_id` [839641](https://flare-systems-explorer.flare.network/voting-round/839641), which **started at** `1733997690`.
192+
- The **most recently finalized FTSO voting round** has `voting_round_id` [839640](https://flare-systems-explorer.flare.network/voting-round/839640), which **started at** `1733997600`.
193193

194194
## Verifying proof onchain
195195

docs/network/0-overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ Discover suitable options for your needs on the [Flare Wallets](https://flare.ne
349349

350350
## Consensus mechanism
351351

352-
- **Consensus Protocol:** Snowman++ (from [Avalanche](https://docs.avax.network)) provides a high-throughput, totally ordered consensus with fast finality. Learn more on the [Consensus](/network/consensus) page.
352+
- **Consensus Protocol:** Snowman++ (from [Avalanche](https://build.avax.network/docs)) provides a high-throughput, totally ordered consensus with fast finality. Learn more on the [Consensus](/network/consensus) page.
353353

354354
- **Sybil resistance mechanism:** Proof-of-Stake (PoS)
355355

docs/network/4-consensus.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import CodeBlock from "@theme/CodeBlock";
1111
import ThemedImage from "@theme/ThemedImage";
1212
import useBaseUrl from "@docusaurus/useBaseUrl";
1313

14-
The consensus protocol running on all Flare networks is Snowman++, introduced by [Avalanche](https://docs.avax.network).
14+
The consensus protocol running on all Flare networks is Snowman++, introduced by [Avalanche](https://build.avax.network/docs).
1515
This runs on both the P- and C-chains.
1616

1717
<div style={{ textAlign: "center", margin: "30px 0" }}>

docs/network/8-flare-tx-sdk.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ network.setRpc(
461461

462462
### Custom wallets
463463

464-
If you are not using a standard wallet, you can create your own [`Wallet`](https://github.com/flare-foundation/flare-tx-sdk/blob/HEADsrc/wallet/wallet.ts) object.
464+
If you are not using a standard wallet, you can create your own [`Wallet`](https://github.com/flare-foundation/flare-tx-sdk/blob/HEAD/src/wallet/wallet.ts) object.
465465
Your wallet will need to implement a few required methods:
466466

467467
#### Supporting only C-Chain

0 commit comments

Comments
 (0)