Skip to content

Commit

Permalink
Remove platform-specific directory separator.
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Apr 19, 2017
1 parent bf202c8 commit 2e2a670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/linkchecker/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 2e2a670

Please sign in to comment.