Skip to content

Commit

Permalink
Fix broken link in pallets/handles/README.md (#2211)
Browse files Browse the repository at this point in the history
# Goal
The goal of this PR is fix broken link.

Closes N/A

# Discussion

# Checklist
- [x] Updated Pallet Readme?
- [ ] Updated js/api-augment for Custom RPC APIs?
- [ ] Design doc(s) updated?
- [ ] Unit Tests added?
- [ ] e2e Tests added?
- [ ] Benchmarks added?
- [ ] Spec version incremented?

Co-authored-by: Wil Wade <[email protected]>
  • Loading branch information
julian-amplica and wilwade authored Nov 1, 2024
1 parent 79d7757 commit 1b526be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/handles/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ To programmatically check if a handle is valid, see the [`validate_handle` RPC](
### Post-Normalization Validation

- MUST have a character length of at least 3 and no more than 20
- MUST not be a reserved word or a [homoglyph](#homoglyph-attack-resistance) of it:
- MUST not be a reserved word or a [homoglyph](#homoglyph-normalization) of it:
- `adm1n` (`admin`)
- `every0ne` (`everyone`)
- `a11` (`all`)
Expand Down

0 comments on commit 1b526be

Please sign in to comment.