Skip to content

Commit

Permalink
Fix p-links from recent boolean commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Havvy committed Jan 22, 2021
1 parent 9d9a7f6 commit 405fbb3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/types/boolean.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ Like all primitives, the boolean type [implements][p-impl] the
[lazy]: ../expressions/operator-expr.md#lazy-boolean-operators
[literal expression]: ../expressions/literal-expr.md
[name]: ../names.md
[p-clone]: special-types-and-traits.md#clone
[p-copy]: special-types-and-traits.md#copy
[p-clone]: ../special-types-and-traits.md#clone
[p-copy]: ../special-types-and-traits.md#copy
[p-impl]: ../items/implementations.md
[p-send]: special-types-and-traits.md#send
[p-sized]: special-types-and-traits.md#sized
[p-sync]: special-types-and-traits.md#sync
[p-send]: ../special-types-and-traits.md#send
[p-sized]: ../special-types-and-traits.md#sized
[p-sync]: ../special-types-and-traits.md#sync
[p-traits]: ./items/traits.md
[prelude item]: ../items/modules.md#prelude-items
[size and alignment]: ../type-layout.md#size-and-alignment
Expand Down

0 comments on commit 405fbb3

Please sign in to comment.