mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-09 11:25:55 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user