From 341c221116a8b9f1010cf1eece952b80c5ec7f54 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Tue, 18 Jun 2019 20:28:34 -0700 Subject: [PATCH] Fix some links. rust-lang/rust does not allow bare directory links. This unblocks updating the submodule. --- src/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/README.md b/src/README.md index 55ed3ac..a0bcd73 100644 --- a/src/README.md +++ b/src/README.md @@ -52,5 +52,5 @@ The Rustonomicon is not a place to exhaustively describe the semantics and guara of every single API in the standard library, nor is it a place to exhaustively describe every feature of Rust. -[trpl]: ../book/ -[ref]: ../reference/ +[trpl]: ../book/index.html +[ref]: ../reference/index.html