Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/walkdir.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-10-29 19:30:11 +0300
committerAndrew Gallant <jamslam@gmail.com>2016-10-29 19:30:11 +0300
commit5ecbde16795f406cebb054ae3a20e9166f8dc557 (patch)
tree8f42074e7ea57e28fce252b4cb42bdbc1ac1b134 /README.md
parent442cc231836013d28d104d58d3fcfbfd3880789f (diff)
update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files 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