Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update docs location
  • Loading branch information
sfackler committed Oct 26, 2014
1 parent 2fe6940 commit 49647cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@ It currently uses the
[CHD algorithm](http://cmph.sourceforge.net/papers/esa09.pdf) and can generate
a 100,000 entry map in roughly .4 seconds.

Documentation is available at http://www.rust-ci.org/sfackler/rust-phf/doc/phf/.
Documentation is available at https://sfackler.github.io/doc/phf

Example
=======
Expand Down
2 changes: 1 addition & 1 deletion phf/src/lib.rs
Expand Up @@ -2,7 +2,7 @@
//!
//! Keys can be string literals, byte string literals, byte literals, char
//! literals, or any of the fixed-size integral types.
#![doc(html_root_url="http://www.rust-ci.org/sfackler")]
#![doc(html_root_url="https://sfackler.github.io/doc")]
#![warn(missing_doc)]
#![feature(macro_rules, tuple_indexing)]

Expand Down
2 changes: 1 addition & 1 deletion phf_mac/src/lib.rs
@@ -1,7 +1,7 @@
//! Compiler plugin for Rust-PHF
//!
//! See the documentation for the `phf` crate for more details.
#![doc(html_root_url="http://sfackler.github.io/rust-phf/doc")]
#![doc(html_root_url="http://sfackler.github.io/doc")]
#![feature(plugin_registrar, quote, default_type_params, macro_rules)]
#![feature(slicing_syntax)]
#![allow(unknown_features)]
Expand Down

0 comments on commit 49647cd

Please sign in to comment.