diff --git a/README.md b/README.md index eb164026..d22aa961 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ produced, but if you use the `phf_mac` crate with the `stats` feature enabled `Cargo.toml` instead of `phf_macros`) and set the environment variable `PHF_STATS` it will issue a compiler note about how long it took. -Documentation is available at https://sfackler.github.io/doc/phf +Documentation is available at https://sfackler.github.io/rust-phf/doc/phf The `phf/core` feature will compile the `phf` crate with a dependency on libcore instead of libstd, enabling use in environments where libstd will not diff --git a/phf/Cargo.toml b/phf/Cargo.toml index 183fefaf..34740952 100644 --- a/phf/Cargo.toml +++ b/phf/Cargo.toml @@ -5,7 +5,7 @@ version = "0.6.4" license = "MIT" description = "Runtime support for perfect hash function data structures" repository = "https://github.com/sfackler/rust-phf" -documentation = "https://sfackler.github.io/doc/phf" +documentation = "https://sfackler.github.io/rust-phf/doc/phf" [lib] name = "phf"