From 792fcb9aef5908d6d3c5b8a7ba4d5fb0da7282b6 Mon Sep 17 00:00:00 2001 From: Grachev Mikhail Date: Fri, 22 Oct 2021 19:24:54 +0300 Subject: [PATCH 1/3] Fix broken links in Nicks Pallet --- frame/nicks/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frame/nicks/src/lib.rs b/frame/nicks/src/lib.rs index 16c7e2042dda0..77f43a936b941 100644 --- a/frame/nicks/src/lib.rs +++ b/frame/nicks/src/lib.rs @@ -36,8 +36,8 @@ //! * `clear_name` - Remove an account's associated name; the deposit is returned. //! * `kill_name` - Forcibly remove the associated name; the deposit is lost. //! -//! [`Call`]: ./enum.Call.html -//! [`Config`]: ./trait.Config.html +//! [`Config`]: ./pallet/trait.Config.html +//! [`Call`]: ./pallet/enum.Call.html #![cfg_attr(not(feature = "std"), no_std)] From 4fa63db6725bffa1ca89bab3a72ab94e4b2cf6a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Fri, 22 Oct 2021 19:29:48 +0200 Subject: [PATCH 2/3] Update frame/nicks/src/lib.rs --- frame/nicks/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/frame/nicks/src/lib.rs b/frame/nicks/src/lib.rs index 77f43a936b941..f6dce9a8749ff 100644 --- a/frame/nicks/src/lib.rs +++ b/frame/nicks/src/lib.rs @@ -36,8 +36,6 @@ //! * `clear_name` - Remove an account's associated name; the deposit is returned. //! * `kill_name` - Forcibly remove the associated name; the deposit is lost. //! -//! [`Config`]: ./pallet/trait.Config.html -//! [`Call`]: ./pallet/enum.Call.html #![cfg_attr(not(feature = "std"), no_std)] From aacea5c1b6699256ef81ca09450d4e733e9cd617 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Fri, 22 Oct 2021 19:29:52 +0200 Subject: [PATCH 3/3] Update frame/nicks/src/lib.rs --- frame/nicks/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/frame/nicks/src/lib.rs b/frame/nicks/src/lib.rs index f6dce9a8749ff..f502a683f633c 100644 --- a/frame/nicks/src/lib.rs +++ b/frame/nicks/src/lib.rs @@ -35,7 +35,6 @@ //! taken. //! * `clear_name` - Remove an account's associated name; the deposit is returned. //! * `kill_name` - Forcibly remove the associated name; the deposit is lost. -//! #![cfg_attr(not(feature = "std"), no_std)]