| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-06-20 | fix(linkcheck): Build using the lockfile | Ed Page | -0/+1 | |
| This is to unblock cargo from servo/html5ever#623 | ||||
| 2023-04-20 | linkchecker: running from a directory separate from the book | Weihang Lo | -8/+18 | |
| Since rust-lang/cargo#11851, Cargo became a Cargo workspace of itself. However, since `src/tools/linkchecker` cannot run inside a workspace, Cargo needs a workaround that excludes `src/doc` from workspace member probing. To remove this hack, this PR adds a new optional argument `--path` for `linkchecker.sh`. With this new argument, `linkchecker.sh` can be run from a directory separate from the book. This also benefits other projects using linkchecker, as they can run it under target directory or any other directory, reducing leftover. | ||||
| 2021-06-03 | Build linkcheck script as release to run faster. | Eric Huss | -1/+1 | |
| 2021-06-03 | Fix linkcheck script from getting out of sync. | Eric Huss | -4/+4 | |
| 2020-10-18 | Set `MDBOOK_OUTPUT__HTML__INPUT_404` on linkchecker | Yuki Okushi | -0/+3 | |
| 2020-02-13 | Add shared script for linkchecking books. | Eric Huss | -0/+113 | |
