Remove platform-specific directory separator.
This commit is contained in:
parent
bf202c880c
commit
2e2a670073
@ -149,7 +149,7 @@ fn check(cache: &mut Cache,
|
||||
|
||||
// mdbook uses the HTML <base> tag to handle links for subdirectories, which
|
||||
// linkchecker doesn't support
|
||||
if file.to_str().unwrap().contains("unstable-book/") {
|
||||
if file.to_str().unwrap().contains("unstable-book") {
|
||||
return None;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user