From 7057ee91de0408b6fc06f88ec673fb140fe6d19b Mon Sep 17 00:00:00 2001
From: Andrew Gallant <jamslam@gmail.com>
Date: Tue, 13 Sep 2016 21:13:33 -0400
Subject: [PATCH] update grep Cargo.toml

---
 grep/Cargo.toml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/grep/Cargo.toml b/grep/Cargo.toml
index c8ad9cbf..b1d4eda5 100644
--- a/grep/Cargo.toml
+++ b/grep/Cargo.toml
@@ -1,12 +1,11 @@
 [package]
-publish = false
 name = "grep"
 version = "0.1.0"  #:version
 authors = ["Andrew Gallant <jamslam@gmail.com>"]
 description = """
 Fast line oriented regex searching as a library.
 """
-documentation = "https://github.com/BurntSushi/ripgrep"
+documentation = "http://burntsushi.net/rustdoc/grep/"
 homepage = "https://github.com/BurntSushi/ripgrep"
 repository = "https://github.com/BurntSushi/ripgrep"
 readme = "README.md"