fix docs deadlinks (#4698)

This commit is contained in:
Nikolay Volf
2020-01-21 08:01:55 -08:00
committed by GitHub
parent caa6efa5ec
commit def8573b07
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ use parking_lot::Mutex;
/// The changes that need to applied to the storage to create the state for a block.
///
/// See [`state_machine::StorageChanges`] for more information.
/// See [`sp_state_machine::StorageChanges`] for more information.
pub type StorageChanges<Transaction, Block> =
sp_state_machine::StorageChanges<Transaction, HasherFor<Block>, NumberFor<Block>>;