summaryrefslogtreecommitdiffstats
path: root/crates/cli/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'crates/cli/README.md')
-rw-r--r--crates/cli/README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/cli/README.md b/crates/cli/README.md
index 97741b8b..c1cc02bd 100644
--- a/crates/cli/README.md
+++ b/crates/cli/README.md
@@ -5,8 +5,7 @@ command line applications. This includes, but is not limited to, parsing hex
escapes, detecting whether stdin is readable and more. To the extent possible,
this crate strives for compatibility across Windows, macOS and Linux.
-[![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-cli.svg)](https://crates.io/crates/grep-cli)
Dual-licensed under MIT or the [UNLICENSE](https://unlicense.org/).