From d3519980acfc5e7973d031828a4bb6194979011f Mon Sep 17 00:00:00 2001 From: Flier Lu Date: Mon, 23 Jan 2017 12:08:14 +0800 Subject: [PATCH] Update travis links --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 9070bf1..bae1c10 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# rust-hyperscan [![travis](https://travis-ci.org/flier/rust-hyperscan.svg?branch=master)](https://travis-ci.org/flier/rust-hyperscan) [![crate](https://img.shields.io/crates/v/hyperscan.svg)](https://crates.io/crates/hyperscan) [![docs](https://docs.rs/hyperscan/badge.svg)](https://docs.rs/hyperscan) +# rust-hyperscan [![travis](https://api.travis-ci.org/flier/rust-hyperscan.svg)](https://travis-ci.org/flier/rust-hyperscan) [![crate](https://img.shields.io/crates/v/hyperscan.svg)](https://crates.io/crates/hyperscan) [![docs](https://docs.rs/hyperscan/badge.svg)](https://docs.rs/hyperscan) [Hyperscan](https://github.com/01org/hyperscan) is a high-performance regular expression matching library. @@ -41,7 +41,3 @@ fn main() { db.scan::("some test data", 0, &scratch, Some(callback), Some(&db)).unwrap(); } ``` - -## Document - -[API Reference](http://flier.github.io/rust-hyperscan/doc/hyperscan)