We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf202c8 commit 2e2a670Copy full SHA for 2e2a670
src/tools/linkchecker/main.rs
@@ -149,7 +149,7 @@ fn check(cache: &mut Cache,
149
150
// mdbook uses the HTML <base> tag to handle links for subdirectories, which
151
// linkchecker doesn't support
152
- if file.to_str().unwrap().contains("unstable-book/") {
+ if file.to_str().unwrap().contains("unstable-book") {
153
return None;
154
}
155
0 commit comments