Link to mdbook book, not github (fixes #1137) (#1168)

This commit is contained in:
Aritra Mallick 2023-03-23 04:38:31 +05:30 committed by GitHub
parent d98384e582
commit 02c6cab744
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ cargo build --release
cargo doc
```
5. Browse the LibAFL book (WIP!) with (requires [mdbook](https://github.com/rust-lang/mdBook))
5. Browse the LibAFL book (WIP!) with (requires [mdbook](https://rust-lang.github.io/mdBook/index.html))
```
cd docs && mdbook serve