Skip to content

Commit 37b3055

Browse files
committed
Attempt to link to the Data Layout chapter?
I honestly don't know if this link will work because there isn't a layout.md in the repo, the SUMMARY has always been messed up and mdbook has just been generating a blank page because of it this whole time.
1 parent ab1c05f commit 37b3055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/src/glossary.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Depending on the type, you can determine the size as follows:
4545
you can use `size_of_val`. There is not currently a safe way to determine the
4646
span of a pointer to an unsized type.
4747

48-
The Data Layout chapter also has more information on the sizes of different types.
48+
The [Data layout](./layout.md) chapter also has more information on the sizes of different types.
4949

5050
One interesting side effect of these rules is that references and pointers to
5151
Zero Sized Types _never_ alias each other, because their span length is always 0

0 commit comments

Comments
 (0)