Skip to content

Commit bd63796

Browse files
committed
Update document link
1 parent 2b3a835 commit bd63796

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# rust-fasthash [![travis build](https://travis-ci.org/flier/rust-fasthash.svg?branch=master)](https://travis-ci.org/flier/rust-fasthash) [![crate](https://img.shields.io/crates/v/fasthash.svg)](https://crates.io/crates/fasthash)
22
A suite of non-cryptographic hash functions for Rust, base on a forked [smhasher](https://github.com/rurban/smhasher/).
33

4-
[API Document](https://docs.rs/fasthash/)
4+
[API Document](https://flier.github.io/rust-fasthash/)
55

66
# Usage
77

_config.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

fasthash/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ authors = ["Flier Lu <flier.lu@gmail.com>"]
55
description = "A suite of non-cryptographic hash functions for Rust."
66
homepage = "https://github.com/flier/rust-fasthash"
77
repository = "https://github.com/flier/rust-fasthash.git"
8+
documentation = "https://flier.github.io/rust-fasthash/"
89
keywords = ["hashing"]
910
license = "Apache-2.0"
1011
build = "build.rs"

0 commit comments

Comments
 (0)