Skip to content

Commit

Permalink
Fix doc URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Feb 8, 2015
1 parent f8ef160 commit e1c53fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion phf/Cargo.toml
Expand Up @@ -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"
Expand Down

0 comments on commit e1c53fc

Please sign in to comment.