Skip to content

Commit 2e2a670

Browse files
committed
Remove platform-specific directory separator.
1 parent bf202c8 commit 2e2a670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/linkchecker/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ fn check(cache: &mut Cache,
149149

150150
// mdbook uses the HTML <base> tag to handle links for subdirectories, which
151151
// linkchecker doesn't support
152-
if file.to_str().unwrap().contains("unstable-book/") {
152+
if file.to_str().unwrap().contains("unstable-book") {
153153
return None;
154154
}
155155

0 commit comments

Comments
 (0)