Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Fixes link to inflation documentation (#14573)
Browse files Browse the repository at this point in the history
Original link in the source code pointed to a dead URL since the original documentation has moved. This pull request updates the URL with the current version.
  • Loading branch information
tkisason authored Jul 13, 2023
1 parent f2a5ca0 commit bc22c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frame/staking/reward-fn/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ use sp_arithmetic::{
/// The result is meant to be scaled with minimum inflation and maximum inflation.
///
/// (as detailed
/// [here](https://research.web3.foundation/en/latest/polkadot/economics/1-token-economics.html#inflation-model-with-parachains))
/// [here](https://research.web3.foundation/Polkadot/overview/token-economics#inflation-model-with-parachains))
///
/// Arguments are:
/// * `stake`: The fraction of total issued tokens that actively staked behind validators. Known as
Expand Down

0 comments on commit bc22c8f

Please sign in to comment.