From e85ba62365319fb72b237d9add0fbad3baf02026 Mon Sep 17 00:00:00 2001 From: Takayuki Nakata Date: Thu, 30 Sep 2021 23:11:27 +0900 Subject: [PATCH] Fix a markdown link in README --- doc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.md b/doc/README.md index d19542c68c..0569e7d546 100644 --- a/doc/README.md +++ b/doc/README.md @@ -4,7 +4,7 @@ This directory contains rustup's documentation. ## Building the book -Building the book requires [mdBook]. To get it: +Building the book requires [mdBook](https://github.com/rust-lang/mdBook). To get it: ```console $ cargo install mdbook