summaryrefslogtreecommitdiffstats
path: root/crates/regex/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'crates/regex/README.md')
-rw-r--r--crates/regex/README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/regex/README.md b/crates/regex/README.md
index ebeecd85..bd51df77 100644
--- a/crates/regex/README.md
+++ b/crates/regex/README.md
@@ -4,8 +4,7 @@ The `grep-regex` crate provides an implementation of the `Matcher` trait from
the `grep-matcher` crate. This implementation permits Rust's regex engine to
be used in the `grep` crate for fast line oriented searching.
-[![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/grep-regex.svg)](https://crates.io/crates/grep-regex)
Dual-licensed under MIT or the [UNLICENSE](https://unlicense.org/).