]> git.proxmox.com Git - cargo.git/blobdiff - vendor/ignore/README.md
New upstream version 0.52.0
[cargo.git] / vendor / ignore / README.md
index b0e659a9c3d7ba364c9dc84458ec96ee04334ca9..d9213ec6274bfaeaf5d7d8d20503f27204e811c3 100644 (file)
@@ -4,11 +4,10 @@ The ignore crate provides a fast recursive directory iterator that respects
 various filters such as globs, file types and `.gitignore` files. This crate
 also provides lower level direct access to gitignore and file type matchers.
 
-[![Linux build status](https://api.travis-ci.org/BurntSushi/ripgrep.svg)](https://travis-ci.org/BurntSushi/ripgrep)
-[![Windows build status](https://ci.appveyor.com/api/projects/status/github/BurntSushi/ripgrep?svg=true)](https://ci.appveyor.com/project/BurntSushi/ripgrep)
+[![Build status](https://github.com/BurntSushi/ripgrep/workflows/ci/badge.svg)](https://github.com/BurntSushi/ripgrep/actions)
 [![](https://img.shields.io/crates/v/ignore.svg)](https://crates.io/crates/ignore)
 
-Dual-licensed under MIT or the [UNLICENSE](http://unlicense.org).
+Dual-licensed under MIT or the [UNLICENSE](https://unlicense.org/).
 
 ### Documentation