fix genesis broken gensis config doc link (#14125)

This commit is contained in:
Sam Johnson
2023-05-12 08:55:28 -04:00
committed by GitHub
parent e2e9945404
commit b408c8b2f8
@@ -89,7 +89,7 @@ pub fn expand_genesis_config(def: &mut Def) -> proc_macro2::TokenStream {
attrs.push(syn::parse_quote!(
#[doc = r"
Can be used to configure the
[genesis state](https://docs.substrate.io/v3/runtime/chain-specs#the-genesis-state)
[genesis state](https://docs.substrate.io/build/genesis-configuration/)
of this pallet.
"]
));