Skip to content

Commit 63402ef

Browse files
jjuddJames Judd
and
James Judd
authored
Fix dead link to blog.acolyer.org (#253)
Co-authored-by: James Judd <[email protected]>
1 parent 892c37e commit 63402ef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

book/link2alias.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"https://blog.acolyer.org/2019/05/28/cheri-abi/": "f2u",
2+
"https://web.archive.org/web/20240517051950/https://blog.acolyer.org/2019/05/28/cheri-abi/": "f2u",
33
"https://code.visualstudio.com": "f6c",
44
"https://crates.io": "f4q",
55
"https://crates.io/crates/cargo-modules": "f2n",

book/src/03_ticket_v1/09_heap.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,6 @@ or [a custom allocator](https://docs.rs/dhat/latest/dhat/)) to inspect the heap
137137
Heap memory will be reserved when you push data into it for the first time.
138138

139139
[^equivalence]: The size of a pointer depends on the operating system too.
140-
In certain environments, a pointer is **larger** than a memory address (e.g. [CHERI](https://blog.acolyer.org/2019/05/28/cheri-abi/)).
140+
In certain environments, a pointer is **larger** than a memory address (e.g. [CHERI](https://web.archive.org/web/20240517051950/https://blog.acolyer.org/2019/05/28/cheri-abi/)).
141141
Rust makes the simplifying assumption that pointers are the same size as memory addresses,
142142
which is true for most modern systems you're likely to encounter.

site/_redirects

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/f2u https://blog.acolyer.org/2019/05/28/cheri-abi/
1+
/f2u https://web.archive.org/web/20240517051950/https://blog.acolyer.org/2019/05/28/cheri-abi/
22
/f6c https://code.visualstudio.com
33
/f4q https://crates.io
44
/f2n https://crates.io/crates/cargo-modules

0 commit comments

Comments
 (0)