diff options
| author | Noah Lev <camelidcamel@gmail.com> | 2025-02-15 17:03:50 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-15 17:03:50 -0500 |
| commit | ba340ec0860c0e0a112cd5613c1708796eb7fc63 (patch) | |
| tree | 12e87bd3421d613213bf8617554fdf958cdbfef7 /src | |
| parent | 27566abd87367e374f5575f2799eac7350065350 (diff) | |
| parent | 6714f1d93388b6d6bbcb4d491835fba51cdb2cb2 (diff) | |
| download | rust-ba340ec0860c0e0a112cd5613c1708796eb7fc63.tar.gz rust-ba340ec0860c0e0a112cd5613c1708796eb7fc63.zip | |
Merge pull request #2254 from marxin/start-using-latest-linkcheck2
Start using latest release where -f checks all local links
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/rustc-dev-guide/.github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/.github/workflows/ci.yml b/src/doc/rustc-dev-guide/.github/workflows/ci.yml index 3f810e2fbcc..2bae8fcbdfa 100644 --- a/src/doc/rustc-dev-guide/.github/workflows/ci.yml +++ b/src/doc/rustc-dev-guide/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest env: MDBOOK_VERSION: 0.4.21 - MDBOOK_LINKCHECK2_VERSION: 0.8.1 + MDBOOK_LINKCHECK2_VERSION: 0.9.0 MDBOOK_MERMAID_VERSION: 0.12.6 MDBOOK_TOC_VERSION: 0.11.2 DEPLOY_DIR: book/html |
