From a1c38ea5311c91eea4ef9e808fabe5e8ecb9d861 Mon Sep 17 00:00:00 2001 From: gui Date: Fri, 15 Nov 2024 18:00:49 +0900 Subject: [PATCH] Remove link --- substrate/frame/support/src/lib.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/substrate/frame/support/src/lib.rs b/substrate/frame/support/src/lib.rs index 0e557fedd712..c64987b17d35 100644 --- a/substrate/frame/support/src/lib.rs +++ b/substrate/frame/support/src/lib.rs @@ -1889,9 +1889,9 @@ pub mod pallet_macros { /// still charged. /// /// Also this will not allow accountless caller to send a transaction if some transaction - /// extension such as [`frame_system::CheckNonce`] is used. - /// Extensions such as [`frame_system::CheckNonce`] require a funded account to validate the - /// transaction. + /// extension such as `frame_system::CheckNonce` is used. + /// Extensions such as `frame_system::CheckNonce` require a funded account to validate + /// the transaction. /// /// ### Macro expansion ///