Skip to content

Commit 831de4c

Browse files
committed
Address PR comments
1 parent b2fa9ee commit 831de4c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
book
2-
tests/src/*
3-
tests/target/*
1+
/book
2+
/tests/src/*
3+
/tests/target
44
Cargo.lock

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cargo install mdbook --version "^0.4" --force
1919
mdbook build --open
2020
```
2121

22-
`mdbook test` does not currently work, see: https://github.com/rust-lang/mdBook/issues/394
22+
`mdbook test` does not currently work, see: https://github.com/rust-random/book/issues/79
2323

2424
As a workaround, please run:
2525

0 commit comments

Comments
 (0)