Fix broken links in book (#2912)

## Issue Addressed

https://github.com/sigp/lighthouse/issues/2889

## Additional Info

I have checked that linkcheck has succeeded on the book built locally. 👌 

```shell
$ cd book
$ mdbook serve --open
...
2022-01-14 01:13:40 [INFO] (mdbook::book): Book building has started
2022-01-14 01:13:40 [INFO] (mdbook::book): Running the html backend

$ linkcheck http://localhost:3000
Perfect. Checked 4495 links, 80 destination URLs (76 ignored).
```

Also I'll tackle running linkcheck on CI in another pull request.
This commit is contained in:
Akihito Nakano
2022-01-14 00:38:04 +00:00
parent e8887ffea0
commit 6883e1bfb6
5 changed files with 6 additions and 10 deletions

View File

@@ -22,7 +22,7 @@ terminal and an Internet connection are necessary.
### 2. Install Packages
Install the [Ubuntu Dependencies](installation.md#dependencies-ubuntu).
Install the [Ubuntu Dependencies](installation-source.md#ubuntu).
(I.e., run the `sudo apt install ...` command at that link).
> Tips: