From bf36d1547d1ff73e576eb1b99ef54a80de213447 Mon Sep 17 00:00:00 2001 From: iamslown Date: Tue, 1 Apr 2025 17:08:29 +0200 Subject: [PATCH] update broken 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.