Skip to content

Commit

Permalink
fix genesis broken gensis config doc link (paritytech#14125)
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 authored and nathanwhit committed Jul 19, 2023
1 parent 94f5488 commit 4dc62ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"]
));
Expand Down

0 comments on commit 4dc62ab

Please sign in to comment.