Skip to content

Commit 3649a77

Browse files
committed
fixed linking to the fork on accident
1 parent 13c4c62 commit 3649a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/src/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
(Please note: a full aliasing model for Rust has not yet been constructed, but
66
at the moment we can give the following definition. The most developed potential
77
aliasing model so far is known as "Stacked Borrows", and can be found
8-
[here](https://github.com/Lokathor/unsafe-code-guidelines/blob/lokathor/wip/stacked-borrows.md).)
8+
[here](https://github.com/rust-lang/unsafe-code-guidelines/blob/master/wip/stacked-borrows.md).)
99

1010
*Aliasing* is any time one pointer or reference points to a "span" of memory
1111
that overlaps with the span of another pointer or reference. A span of memory is

0 commit comments

Comments
 (0)