diff --git a/src/lifetime-mismatch.md b/src/lifetime-mismatch.md index 0862713..30b4f09 100644 --- a/src/lifetime-mismatch.md +++ b/src/lifetime-mismatch.md @@ -78,4 +78,4 @@ TODO: other common problems? SEME regions stuff, mostly? -[ex2]: lifetimes.html#Example%3A%20aliasing%20a%20mutable%20reference +[ex2]: lifetimes.html#example-aliasing-a-mutable-reference diff --git a/src/repr-rust.md b/src/repr-rust.md index 98411e0..c02cf44 100644 --- a/src/repr-rust.md +++ b/src/repr-rust.md @@ -151,4 +151,4 @@ use fairly elaborate algorithms to cache bits throughout nested types with special constrained representations. As such it is *especially* desirable that we leave enum layout unspecified today. -[dst]: exotic-sizes.html#Dynamically%20Sized%20Types%20(DSTs) +[dst]: exotic-sizes.html#dynamically-sized-types-dsts