Remove platform-specific directory separator.

This commit is contained in:
Corey Farwell 2017-04-19 12:42:07 -04:00
parent bf202c880c
commit 2e2a670073

View File

@ -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;
}