From 2fc9c39a9fb9f38b6256f82cda4c955eb0de2706 Mon Sep 17 00:00:00 2001 From: Sam Johnson Date: Fri, 12 May 2023 08:55:28 -0400 Subject: [PATCH] fix genesis broken gensis config doc link (#14125) --- frame/support/procedural/src/pallet/expand/genesis_config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frame/support/procedural/src/pallet/expand/genesis_config.rs b/frame/support/procedural/src/pallet/expand/genesis_config.rs index 85ad20dd45c9e..7c66ef7d355d4 100644 --- a/frame/support/procedural/src/pallet/expand/genesis_config.rs +++ b/frame/support/procedural/src/pallet/expand/genesis_config.rs @@ -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. "] ));