We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd4c8de commit c8e471bCopy full SHA for c8e471b
1 file changed
.github/workflows/ci.yml
@@ -83,7 +83,7 @@ jobs:
83
- name: Install cargo-deadlinks
84
run: cargo install cargo-deadlinks
85
- name: Check dead links in doc
86
- run: cargo deadlinks
+ run: cargo deadlinks --check-http --ignore-fragments --check-intra-doc-links
87
88
clippy:
89
runs-on: ubuntu-latest
0 commit comments