From 3eef0ed379ebd94d97f2de2c1ea7765b1d6e56fd Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Mon, 6 Jun 2022 15:56:33 -0700 Subject: [PATCH] book: linkify the rustup.rs URL BUG=None TEST=mdbook build # test that rustup ref becomes a clickable link Change-Id: Ieea42a363130ca42cea6db9133e2a8de94a1d275 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3691970 Reviewed-by: Dennis Kempin Tested-by: kokoro Commit-Queue: Daniel Verkamp --- docs/book/src/building_crosvm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/book/src/building_crosvm.md b/docs/book/src/building_crosvm.md index 9fd627520c..b96b9dfc83 100644 --- a/docs/book/src/building_crosvm.md +++ b/docs/book/src/building_crosvm.md @@ -27,8 +27,8 @@ git config submodule.recurse true git config push.recurseSubmodules no ``` -Crosvm development best works on Debian derivatives. First install rust via https://rustup.rs/. Then -for the rest, we provide a script to install the necessary packages on Debian: +Crosvm development best works on Debian derivatives. First install rust via . +Then for the rest, we provide a script to install the necessary packages on Debian: ```sh ./tools/install-deps