move wiki -> docs (#10225)

Co-authored-by: Dan Shields <danwshields@gmail.com>
This commit is contained in:
Dan Shields
2021-11-09 14:27:40 -07:00
committed by GitHub
parent e01edb0840
commit 1286d5e00b
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -219,7 +219,7 @@ pub enum PublicError {
/// Key that can be encoded to/from SS58.
///
/// See <https://github.com/paritytech/substrate/wiki/External-Address-Format-(SS58)#address-type>
/// See <https://docs.substrate.io/v3/advanced/ss58/>
/// for information on the codec.
#[cfg(feature = "full_crypto")]
pub trait Ss58Codec: Sized + AsMut<[u8]> + AsRef<[u8]> + Default {