diff --git a/maud/Cargo.toml b/maud/Cargo.toml
index 9717bd0..7f0a117 100644
--- a/maud/Cargo.toml
+++ b/maud/Cargo.toml
@@ -6,6 +6,7 @@ authors = ["Chris Wong <lambda.fairy@gmail.com>"]
 
 license = "MIT/Apache-2.0"
 documentation = "https://lambda.xyz/maud/doc/maud/"
+homepage = "http://lfairy.gitbooks.io/maud/content/"
 repository = "https://github.com/lfairy/maud"
 description = """
 Compile-time HTML templates.
diff --git a/maud_macros/Cargo.toml b/maud_macros/Cargo.toml
index d8f29f3..e1cff3d 100644
--- a/maud_macros/Cargo.toml
+++ b/maud_macros/Cargo.toml
@@ -6,6 +6,7 @@ authors = ["Chris Wong <lambda.fairy@gmail.com>"]
 
 license = "MIT/Apache-2.0"
 documentation = "https://lambda.xyz/maud/doc/maud/"
+homepage = "http://lfairy.gitbooks.io/maud/content/"
 repository = "https://github.com/lfairy/maud"
 description = """
 Compile-time HTML templates.