]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Rollup merge of #69142 - ehuss:linkcheck-script, r=alexcrichton
authorDylan DPC <dylan.dpc@gmail.com>
Wed, 19 Feb 2020 17:12:09 +0000 (18:12 +0100)
committerGitHub <noreply@github.com>
Wed, 19 Feb 2020 17:12:09 +0000 (18:12 +0100)
commit1761b39fb0da5a9b1ebd1b78bf6bc7109c63caf9
tree4ba9b79c1ee7bd8d8b10cfc115580cad374849a2
parent2f914bf3278fa855ec0efa79698b8a481ff81b68
parent4810c4712f9edc4c378142ace1b868fc2fd1eeea
Rollup merge of #69142 - ehuss:linkcheck-script, r=alexcrichton

Add shared script for linkchecking books.

This adds a script that can be used on each book's CI to ensure they don't break local links.

I've been running something similar on the reference CI.  The intent here is to add this to all the external books' CI scripts. This will help avoid dealing with broken links when updating submodules on rust-lang/rust.