We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f9a475 commit a0609b7Copy full SHA for a0609b7
1 file changed
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Install cargo-deadlinks
46
run: cargo install cargo-deadlinks
47
- name: Check dead links in doc
48
- run: cargo deadlinks
+ run: cargo deadlinks --check-http --ignore-fragments --check-intra-doc-links
49
50
clippy:
51
runs-on: windows-latest
0 commit comments