From 1f02ec8ce45140a4fc88c7064854f57e3072416d Mon Sep 17 00:00:00 2001 From: Erasmus Hagen <erasmus@degeist.com> Date: Wed, 28 Apr 2021 09:59:40 +0200 Subject: [PATCH] Update slashing.rs (#8676) Link was a dead-end --- substrate/frame/staking/src/slashing.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/frame/staking/src/slashing.rs b/substrate/frame/staking/src/slashing.rs index 2b2ac61356c..fd0a63b288a 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, -- GitLab