mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-06 23:22:02 -07:00
doc: update CI links in crate READMEs
I switched to GitHub Actions long ago, which replaces both Travis and AppVeyor. Fixes #1732
This commit is contained in:
@@ -4,8 +4,7 @@ The `grep-pcre2` crate provides an implementation of the `Matcher` trait from
|
||||
the `grep-matcher` crate. This implementation permits PCRE2 to be used in the
|
||||
`grep` crate for fast line oriented searching.
|
||||
|
||||
[](https://travis-ci.org/BurntSushi/ripgrep)
|
||||
[](https://ci.appveyor.com/project/BurntSushi/ripgrep)
|
||||
[](https://github.com/BurntSushi/ripgrep/actions)
|
||||
[](https://crates.io/crates/grep-pcre2)
|
||||
|
||||
Dual-licensed under MIT or the [UNLICENSE](https://unlicense.org/).
|
||||
|
Reference in New Issue
Block a user