Synom documentation is fine on docs.rs
diff --git a/synom/Cargo.toml b/synom/Cargo.toml
index f38a20b..ffc836d 100644
--- a/synom/Cargo.toml
+++ b/synom/Cargo.toml
@@ -5,7 +5,7 @@
 license = "MIT/Apache-2.0"
 description = "Stripped-down Nom parser used by Syn"
 repository = "https://github.com/dtolnay/syn"
-documentation = "https://dtolnay.github.io/syn/synom/"
+documentation = "https://docs.rs/synom/"
 categories = ["development-tools::procedural-macro-helpers"]
 readme = "../README.md"
 include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]