From 853058536b5c558a4d908d58a63dff606c7f50c4 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Fri, 10 Feb 2017 15:12:59 -0500 Subject: [PATCH] Fix up links mdbook and rustdoc generate links differently, so we need to change all these links. --- src/lifetime-mismatch.md | 2 +- src/repr-rust.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lifetime-mismatch.md b/src/lifetime-mismatch.md index 30b4f09..0862713 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-aliasing-a-mutable-reference +[ex2]: lifetimes.html#Example%3A%20aliasing%20a%20mutable%20reference diff --git a/src/repr-rust.md b/src/repr-rust.md index c02cf44..98411e0 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-sized-types-dsts +[dst]: exotic-sizes.html#Dynamically%20Sized%20Types%20(DSTs)