diff --git a/modules/transaction-payment/src/lib.rs b/modules/transaction-payment/src/lib.rs index 3253edf4da..8cdd61c536 100644 --- a/modules/transaction-payment/src/lib.rs +++ b/modules/transaction-payment/src/lib.rs @@ -121,7 +121,7 @@ type CallOf = ::RuntimeCall; /// congestion. /// /// More info can be found at: -/// https://w3f-research.readthedocs.io/en/latest/polkadot/Token%20Economics.html +/// https://research.web3.foundation/Polkadot/overview/token-economics pub struct TargetedFeeAdjustment(sp_std::marker::PhantomData<(T, S, V, M, X)>); /// Something that can convert the current multiplier to the next one.