Skip to content

Commit bd0a142

Browse files
committed
readme: fix badges
Fixes #797, Fixes #798
1 parent fce37e4 commit bd0a142

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Much of the syntax and implementation is inspired
88
by [RE2](https://github.com/google/re2).
99

1010
[![Build status](https://github.com/rust-lang/regex/workflows/ci/badge.svg)](https://github.com/rust-lang/regex/actions)
11-
[![](https://meritbadge.herokuapp.com/regex)](https://crates.io/crates/regex)
11+
[![Crates.io](https://img.shields.io/crates/v/regex.svg)](https://crates.io/crates/regex)
1212
[![Rust](https://img.shields.io/badge/rust-1.41.1%2B-blue.svg?maxAge=3600)](https://github.com/rust-lang/regex)
1313

1414
### Documentation

regex-syntax/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ regex-syntax
22
============
33
This crate provides a robust regular expression parser.
44

5-
[![Build status](https://travis-ci.com/rust-lang/regex.svg?branch=master)](https://travis-ci.com/rust-lang/regex)
6-
[![Build status](https://ci.appveyor.com/api/projects/status/github/rust-lang/regex?svg=true)](https://ci.appveyor.com/project/rust-lang-libs/regex)
5+
[![Build status](https://github.com/rust-lang/regex/workflows/ci/badge.svg)](https://github.com/rust-lang/regex/actions)
76
[![](https://meritbadge.herokuapp.com/regex-syntax)](https://crates.io/crates/regex-syntax)
7+
[![Crates.io](https://img.shields.io/crates/v/regex-syntax.svg)](https://crates.io/crates/regex-syntax)
88
[![Rust](https://img.shields.io/badge/rust-1.28.0%2B-blue.svg?maxAge=3600)](https://github.com/rust-lang/regex)
99

1010

0 commit comments

Comments
 (0)