diff --git a/substrate/frame/staking/src/slashing.rs b/substrate/frame/staking/src/slashing.rs index 2b2ac61356c47689e3675627c3032246cdcfc7cf..fd0a63b288ab27f9326a41eeca96f1d1f8f80992 100644 --- a/substrate/frame/staking/src/slashing.rs +++ b/substrate/frame/staking/src/slashing.rs @@ -47,7 +47,7 @@ //! has multiple misbehaviors. However, accounting for such cases is necessary //! to deter a class of "rage-quit" attacks. //! -//! Based on research at <https://research.web3.foundation/en/latest/polkadot/slashing/npos/> +//! Based on research at <https://w3f-research.readthedocs.io/en/latest/polkadot/slashing/npos.html> use super::{ EraIndex, Config, Module, Store, BalanceOf, Exposure, Perbill, SessionInterface,