Fix dead link to blog.acolyer.org (#253)

Co-authored-by: James Judd <james@lucidchart.com>
This commit is contained in:
James Judd 2025-01-30 06:13:05 -07:00 committed by GitHub
parent 892c37ead9
commit 63402ef5c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{
"https://blog.acolyer.org/2019/05/28/cheri-abi/": "f2u",
"https://web.archive.org/web/20240517051950/https://blog.acolyer.org/2019/05/28/cheri-abi/": "f2u",
"https://code.visualstudio.com": "f6c",
"https://crates.io": "f4q",
"https://crates.io/crates/cargo-modules": "f2n",

View File

@ -137,6 +137,6 @@ or [a custom allocator](https://docs.rs/dhat/latest/dhat/)) to inspect the heap
Heap memory will be reserved when you push data into it for the first time.
[^equivalence]: The size of a pointer depends on the operating system too.
In certain environments, a pointer is **larger** than a memory address (e.g. [CHERI](https://blog.acolyer.org/2019/05/28/cheri-abi/)).
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/)).
Rust makes the simplifying assumption that pointers are the same size as memory addresses,
which is true for most modern systems you're likely to encounter.

View File

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