From f7bd54590a5edd3057c5b524e79f3ca0f948790e Mon Sep 17 00:00:00 2001 From: Rashmirreddy <133352493+Rashmirreddy@users.noreply.github.com> Date: Tue, 20 Jun 2023 14:38:52 +0200 Subject: [PATCH] Fixed a link issue. (#7395) --- polkadot/runtime/common/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/runtime/common/src/lib.rs b/polkadot/runtime/common/src/lib.rs index 8c68ff97fc..a9abfbe4dd 100644 --- a/polkadot/runtime/common/src/lib.rs +++ b/polkadot/runtime/common/src/lib.rs @@ -101,7 +101,7 @@ parameter_types! { } /// Parameterized slow adjusting fee updated based on -/// https://research.web3.foundation/en/latest/polkadot/overview/2-token-economics.html#-2.-slow-adjusting-mechanism +/// https://research.web3.foundation/Polkadot/overview/token-economics#2-slow-adjusting-mechanism pub type SlowAdjustingFeeUpdate = TargetedFeeAdjustment< R, TargetBlockFullness,