From 1280c1cc23656b0f12894d3b8a7b66bfbb4ac0b7 Mon Sep 17 00:00:00 2001 From: Delan Azabani Date: Sat, 25 Oct 2025 13:32:14 +0800 Subject: [PATCH] book: Fix a couple of broken links --- book/pointer-encoding.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/pointer-encoding.md b/book/pointer-encoding.md index 190238e9..de2fcdad 100644 --- a/book/pointer-encoding.md +++ b/book/pointer-encoding.md @@ -153,5 +153,5 @@ provided compiler API in `core`. to their own extra rules [MMU translation pages]: https://en.wikipedia.org/wiki/X86-64#Virtual_address_space_details -[constructing values]: https://github.com/rust-lang/rust/blob/8558ccd/src/libcore/slice/mod.rs#L5642-L5739 -[in-memory layout]: https://github.com/rust-lang/rust/blob/8558ccd/src/libcore/ptr/mod.rs#L220-L231 +[constructing values]: https://github.com/rust-lang/rust/blob/8558ccd5c4d3d7ca78aaff4a81c48f7a04b0f1f2/src/libcore/slice/mod.rs#L5642-L5739 +[in-memory layout]: https://github.com/rust-lang/rust/blob/8558ccd5c4d3d7ca78aaff4a81c48f7a04b0f1f2/src/libcore/ptr/mod.rs#L220-L231