Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Remove broken links in Nicks Pallet #10086

Merged
merged 3 commits into from
Oct 22, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions frame/nicks/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//!
bkchr marked this conversation as resolved.
Show resolved Hide resolved
//! [`Call`]: ./enum.Call.html
//! [`Config`]: ./trait.Config.html
//! [`Config`]: ./pallet/trait.Config.html
//! [`Call`]: ./pallet/enum.Call.html
bkchr marked this conversation as resolved.
Show resolved Hide resolved

#![cfg_attr(not(feature = "std"), no_std)]

Expand Down