diff --git a/lifetime-mismatch.md b/lifetime-mismatch.md index 8b01616..0ad8a78 100644 --- a/lifetime-mismatch.md +++ b/lifetime-mismatch.md @@ -78,4 +78,4 @@ TODO: other common problems? SEME regions stuff, mostly? -[ex2]: lifetimes.html#example-2:-aliasing-a-mutable-reference +[ex2]: lifetimes.html#example-aliasing-a-mutable-reference diff --git a/repr-rust.md b/repr-rust.md index e038ae5..85e17a9 100644 --- a/repr-rust.md +++ b/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-sized-types-(dsts) +[dst]: exotic-sizes.html#dynamically-sized-types-dsts