Skip to content

Commit

Permalink
doc: use https (not http) URL for meritbadge
Browse files Browse the repository at this point in the history
Right now this readme file uses an insecure http URL to reference a
meritbadge image, which ends up producing "broken https" UI on the
now-only-"mostly-secure" https crates.io page
https://crates.io/crates/regex.  This patch just upgrades this to an
HTTPS url (which still works), to avoid that problem. (Literally a
1-character change, changing "http" to "https".)
  • Loading branch information
dholbert authored and BurntSushi committed Jan 15, 2019
1 parent d4b9419 commit 89467a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@ by [RE2](https://github.com/google/re2).
[![Build Status](https://travis-ci.org/rust-lang/regex.svg?branch=master)](https://travis-ci.org/rust-lang/regex)
[![Build status](https://ci.appveyor.com/api/projects/status/github/rust-lang/regex?svg=true)](https://ci.appveyor.com/project/rust-lang-libs/regex)
[![Coverage Status](https://coveralls.io/repos/github/rust-lang/regex/badge.svg?branch=master)](https://coveralls.io/github/rust-lang/regex?branch=master)
[![](http://meritbadge.herokuapp.com/regex)](https://crates.io/crates/regex)
[![](https://meritbadge.herokuapp.com/regex)](https://crates.io/crates/regex)
[![Rust](https://img.shields.io/badge/rust-1.20%2B-blue.svg?maxAge=3600)](https://github.com/rust-lang/regex)

### Documentation
Expand Down

0 comments on commit 89467a9

Please sign in to comment.