Skip to content

Commit 36c5936

Browse files
committed
fix more links
1 parent 06efa76 commit 36c5936

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/src/glossary.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ This range can be empty, but even empty allocations have a *base address* that t
106106
The base address of an allocation is not necessarily unique; but if two distinct allocations have the same base address then at least one of them must be empty.
107107

108108
Pointer arithmetic is generally only possible within an allocation:
109-
[provenance][pointer-provenance] ensures that each pointer "remembers" which allocation it points to,
109+
[provenance][provenance] ensures that each pointer "remembers" which allocation it points to,
110110
and accesses are only permitted if the address is in range of the allocation associated with the pointer.
111111

112-
Data inside an allocation is stored as [abstract bytes][abstract-byte];
112+
Data inside an allocation is stored as [abstract bytes][abstract byte];
113113
in particular, allocations do not track which type the data inside them has.
114114

115115
### Interior mutability

0 commit comments

Comments
 (0)