From 128c56ddc48898b3718d3fc200095a7fd743aa4b Mon Sep 17 00:00:00 2001
From: Carl Lerche <me@carllerche.com>
Date: Mon, 20 Feb 2017 14:33:35 -0800
Subject: [PATCH] Fix link to documentation

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c5333a1..13d3aca 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ A utility library for working with bytes.
 [![Crates.io](https://img.shields.io/crates/v/bytes.svg?maxAge=2592000)](https://crates.io/crates/bytes)
 [![Build Status](https://travis-ci.org/carllerche/bytes.svg?branch=master)](https://travis-ci.org/carllerche/bytes)
 
-[Documentation](https://docs.rs/bytes)
+[Documentation](https://carllerche.github.io/bytes/bytes/index.html)
 
 ## Usage
 
-- 
GitLab