diff --git a/docs/build/build-protocol-info.md b/docs/build/build-protocol-info.md
index 98930eea01b9..58aa00e50a03 100644
--- a/docs/build/build-protocol-info.md
+++ b/docs/build/build-protocol-info.md
@@ -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
diff --git a/docs/general/faq.md b/docs/general/faq.md
index b2e83f140e8d..e988b9e8df94 100644
--- a/docs/general/faq.md
+++ b/docs/general/faq.md
@@ -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).
diff --git a/docs/general/staking-dashboard.md b/docs/general/staking-dashboard.md
index de2e199d86d2..a6d0a38054c9 100644
--- a/docs/general/staking-dashboard.md
+++ b/docs/general/staking-dashboard.md
@@ -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: ____ :polkadot }}{{ kusama: ____ :kusama }})
or join a nomination pool (only for pool members, currently
diff --git a/docs/learn/archive/learn-treasury.md b/docs/learn/archive/learn-treasury.md
index cb3cc7c5dc83..d46b84ed9479 100644
--- a/docs/learn/archive/learn-treasury.md
+++ b/docs/learn/archive/learn-treasury.md
@@ -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
diff --git a/docs/learn/learn-polkadot-opengov-treasury.md b/docs/learn/learn-polkadot-opengov-treasury.md
index c18f93fe2ac7..142606ae7ce3 100644
--- a/docs/learn/learn-polkadot-opengov-treasury.md
+++ b/docs/learn/learn-polkadot-opengov-treasury.md
@@ -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.
diff --git a/docs/learn/learn-staking-advanced.md b/docs/learn/learn-staking-advanced.md
index a180c66b0356..26a9fac71837 100644
--- a/docs/learn/learn-staking-advanced.md
+++ b/docs/learn/learn-staking-advanced.md
@@ -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.
:::