add link to rfc-0001 in broker README (#1862)

# Description
- What does this PR do?
  - link added
- Why are these changes needed?
  - improve docs
- How were these changes implemented and what do they affect?
  - only concerns docs
This commit is contained in:
S E R A Y A
2023-10-15 10:00:58 +02:00
committed by GitHub
parent 9f7656df15
commit c9b51cd49c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ The guidelines so far have been general in nature, and are applicable to crates
pallets.
The following is relevant to how to document parts of a crate that is a pallet. See
[`pallet-fast-unstake`](../frame/fast-unstake/src/lib.rs) as one example of adhering these guidelines.
[`pallet-fast-unstake`](../substrate/frame/fast-unstake/src/lib.rs) as one example of adhering these guidelines.
---