From 5ecbde16795f406cebb054ae3a20e9166f8dc557 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sat, 29 Oct 2016 12:30:11 -0400 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19f631a..32481f9 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Comes with support for following symbolic links, controlling the number of open file descriptors and efficient mechanisms for pruning the entries in the directory tree. -[![Linux build status](https://api.travis-ci.org/BurntSushi/walkdir.png)](https://travis-ci.org/BurntSushi/walkdir) +[![Linux build status](https://api.travis-ci.org/BurntSushi/walkdir.svg)](https://travis-ci.org/BurntSushi/walkdir) [![Windows build status](https://ci.appveyor.com/api/projects/status/github/BurntSushi/walkdir?svg=true)](https://ci.appveyor.com/project/BurntSushi/walkdir) [![](http://meritbadge.herokuapp.com/walkdir)](https://crates.io/crates/walkdir) @@ -13,7 +13,7 @@ Dual-licensed under MIT or the [UNLICENSE](http://unlicense.org). ### Documentation -[http://burntsushi.net/rustdoc/walkdir/](http://burntsushi.net/rustdoc/walkdir/) +[docs.rs/walkdir](https://docs.rs/walkdir/) ### Usage