From 5c2d5ca5e8666c63d14e266e387bd03ffc4b2e9f Mon Sep 17 00:00:00 2001
From: Chris Wong <lambda.fairy@gmail.com>
Date: Sun, 24 Mar 2019 16:22:52 +1300
Subject: [PATCH] Update readme link

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 52d6fbb..10a2682 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ Note that Maud depends on the unstable [procedural macro API][rustissue], and so
 For more info on Maud, see the [official book][book].
 
 [book]: https://maud.lambda.xyz/
-[booksrc]: https://github.com/lfairy/maud-book
+[booksrc]: https://github.com/lfairy/maud/tree/master/docs
 [apiref]: https://docs.rs/maud/
 [changelog]: https://github.com/lfairy/maud/blob/master/CHANGELOG.md
 [rustissue]: https://github.com/rust-lang/rust/issues/38356