Skip to content

Commit

Permalink
fixed broken links (#6120)
Browse files Browse the repository at this point in the history
  • Loading branch information
filippoweb3 committed Aug 2, 2024
1 parent 37c9183 commit 32b45c7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/build/build-protocol-info.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ Monitor events instead of transaction names to ensure that you can properly cred

Polkadot uses weight-based fees that, unlike gas, are charged _pre-dispatch._ Users can also add a
"tip" to increase transaction priority during congested periods. See the
[transaction fee](../learn/learn-transaction-fees.md) page for more info.
[transaction fee](../learn/learn-transactions.md#transaction-fees) page for more info.

### Encoding

Expand Down
2 changes: 1 addition & 1 deletion docs/general/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ validators if they apply and fit the requirements.
### How are validators rewarded?

Validators are rewarded from the [inflation of the Relay Chain](../learn/learn-inflation.md),
[transaction fees](../learn/learn-transaction-fees.md), and tips. However, they only take a
[transaction fees](../learn/learn-transactions.md#transaction-fees), and tips. However, they only take a
percentage of the former two. More details can be read on the page for
[validator payouts](../maintain/maintain-guides-validator-payout.md).

Expand Down
2 changes: 1 addition & 1 deletion docs/general/staking-dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ wallets or extensions can be imported from [Ledger](./ledger.md) or
[Polkadot Vault](./polkadot-vault.md).

On top of the [existential deposit](../learn/learn-accounts.md#existential-deposit-and-reaping), you
need some free balance to pay for [transaction fees](../learn/learn-transaction-fees.md) and the
need some free balance to pay for [transaction fees](../learn/learn-transactions.md#transaction-fees) and the
minimum amount to place your nominations (only for nominators, currently
{{ polkadot: __<RPC network="polkadot" path="query.staking.minNominatorBond" defaultValue={2500000000000} filter="humanReadable"/>__ :polkadot }}{{ kusama: __<RPC network="kusama" path="query.staking.minNominatorBond" defaultValue={100000000000} filter="humanReadable"/>__ :kusama }})
or join a nomination pool (only for pool members, currently
Expand Down
2 changes: 1 addition & 1 deletion docs/learn/archive/learn-treasury.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import MessageBox from "../../../components/MessageBox"; import
[Polkadot OpenGov Treasury page](../../learn/learn-polkadot-opengov-treasury.md)." />

The Treasury is a pot of funds collected through a portion of block production rewards,
[transaction fees](../learn-transaction-fees.md), [slashing](../learn-offenses.md),
[transaction fees](../learn-transactions.md#transaction-fees), [slashing](../learn-offenses.md),
[staking inefficiencies](../learn-staking.md#inflation), etc.

The Treasury funds are held in a [system account](../learn-account-advanced.md#system-accounts) not
Expand Down
2 changes: 1 addition & 1 deletion docs/learn/learn-polkadot-opengov-treasury.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ slug: ../learn-polkadot-opengov-treasury
import RPC from "./../../components/RPC-Connection";

The Treasury is a pot of funds collected through a portion of block production rewards,
[transaction fees](./learn-transaction-fees.md), [slashing](./learn-offenses.md), and
[transaction fees](./learn-transactions.md#transaction-fees), [slashing](./learn-offenses.md), and
[staking inefficiencies](./learn-inflation.md). Treasury funds are held in a
[system account](./learn-account-advanced.md#system-accounts) that cannot be controlled by any
external account; only the system internal logic can access it.
Expand Down
2 changes: 1 addition & 1 deletion docs/learn/learn-staking-advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ The general rule for rewards across validators is that two validators get paid e
amount of tokens for equal work, i.e. they are not paid proportional to their total stakes. There is
a probabilistic component to staking rewards in the form of
[era points](../maintain/maintain-guides-validator-payout.md##era-points) and
[tips](learn-transaction-fees.md#fee-calculation) but these should average out over time.
[tips](./learn-guides-transfers.md#calculating-fees-with-polkadot-js) but these should average out over time.

:::

Expand Down

0 comments on commit 32b45c7

Please sign in to comment.