From 02c6cab744a84a049586cc9065cec6a2410109a2 Mon Sep 17 00:00:00 2001 From: Aritra Mallick <116898892+arimallick@users.noreply.github.com> Date: Thu, 23 Mar 2023 04:38:31 +0530 Subject: [PATCH] Link to mdbook book, not github (fixes #1137) (#1168) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aacc9e99ef..d4bc2a9172 100644 --- a/README.md +++ b/README.md @@ -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