From 1d0ef4d7a3b2bdc1ac65706e2552650c60c406c3 Mon Sep 17 00:00:00 2001 From: Keiichi Watanabe Date: Tue, 2 Nov 2021 01:34:57 +0900 Subject: [PATCH] mdbook: Fix broken links detected by mdbook-linkcheck Run mdbook-linkcheck locally and fix detected errors. Note that we avoid running mdbook-linkcheck in CI, as its installation takes ~1min. BUG=none TEST=run GitHub Action Change-Id: I2bbd5f30486573454dc9ece86353296eca55be70 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3255194 Auto-Submit: Keiichi Watanabe Commit-Queue: Dennis Kempin Tested-by: kokoro Reviewed-by: Dennis Kempin --- docs/book/src/api.md | 2 +- docs/book/src/building_crosvm/linux.md | 4 ++-- docs/book/src/logo.svg | 11 ++++++++++- 3 files changed, 13 insertions(+), 4 deletions(-) mode change 120000 => 100644 docs/book/src/logo.svg diff --git a/docs/book/src/api.md b/docs/book/src/api.md index 67c366515d..16d0c535d0 100644 --- a/docs/book/src/api.md +++ b/docs/book/src/api.md @@ -1,3 +1,3 @@ # API Document -The API documentation generated by `cargo doc` is available [here](./doc/crosvm/). +The API documentation generated by `cargo doc` is available [here](https://google.github.io/crosvm/doc/crosvm/). diff --git a/docs/book/src/building_crosvm/linux.md b/docs/book/src/building_crosvm/linux.md index 5d4c92497e..93260e7682 100644 --- a/docs/book/src/building_crosvm/linux.md +++ b/docs/book/src/building_crosvm/linux.md @@ -71,9 +71,9 @@ container shell. If you simply want to try crosvm, run `cargo build`. Then the binary is generated at `./target/debug/crosvm`. Now you can move to -[Basic Usage](/running_crosvm/basic_usage.html). +[Basic Usage](../running_crosvm/basic_usage.md). -If you want to enable [additional features](/running_crosvm/features.html), use +If you want to enable [additional features](../running_crosvm/features.md), use the `--features` flag. (e.g. `cargo build --features=gdb`) ## Development diff --git a/docs/book/src/logo.svg b/docs/book/src/logo.svg deleted file mode 120000 index 28304b9cd3..0000000000 --- a/docs/book/src/logo.svg +++ /dev/null @@ -1 +0,0 @@ -../../../logo/logo.svg \ No newline at end of file diff --git a/docs/book/src/logo.svg b/docs/book/src/logo.svg new file mode 100644 index 0000000000..25140a9b07 --- /dev/null +++ b/docs/book/src/logo.svg @@ -0,0 +1,10 @@ + + + + + + + + + +