From e192d3aa882e87a939e4d42de74351a5d92dcfa3 Mon Sep 17 00:00:00 2001 From: VolodymyrBg Date: Tue, 17 Jun 2025 22:00:26 +0300 Subject: [PATCH] Update Polkadot Token Economics documentation link --- modules/transaction-payment/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/transaction-payment/src/lib.rs b/modules/transaction-payment/src/lib.rs index 3253edf4d..8cdd61c53 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.