Skip to content

Commit a065afd

Browse files
committed
Fix p-links from recent boolean commit
1 parent 9d9a7f6 commit a065afd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/types/boolean.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ Like all primitives, the boolean type [implements][p-impl] the
3838
[lazy]: ../expressions/operator-expr.md#lazy-boolean-operators
3939
[literal expression]: ../expressions/literal-expr.md
4040
[name]: ../names.md
41-
[p-clone]: special-types-and-traits.md#clone
42-
[p-copy]: special-types-and-traits.md#copy
41+
[p-clone]: ../special-types-and-traits.md#clone
42+
[p-copy]: ../special-types-and-traits.md#copy
4343
[p-impl]: ../items/implementations.md
44-
[p-send]: special-types-and-traits.md#send
45-
[p-sized]: special-types-and-traits.md#sized
46-
[p-sync]: special-types-and-traits.md#sync
47-
[p-traits]: ./items/traits.md
44+
[p-send]: ../special-types-and-traits.md#send
45+
[p-sized]: ../special-types-and-traits.md#sized
46+
[p-sync]: ../special-types-and-traits.md#sync
47+
[p-traits]: ../items/traits.md
4848
[prelude item]: ../items/modules.md#prelude-items
4949
[size and alignment]: ../type-layout.md#size-and-alignment
5050
[std]: ../../std/primitive.bool.html

0 commit comments

Comments
 (0)