From e1c53fc3d79d896ec65677ed88eda2140468e124 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sat, 7 Feb 2015 21:14:09 -0800 Subject: [PATCH] Fix doc URLs --- README.md | 2 +- phf/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"