Remove platform-specific directory separator.
This commit is contained in:
parent
bf202c880c
commit
2e2a670073
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue