Skip to content

Commit a07c2fc

Browse files
authored
doc: use HTTPS for links
PR #18
1 parent 710307d commit a07c2fc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ A high level Rust wrapper library for [PCRE2](https://www.pcre.org/).
44

55
[![Linux build status](https://api.travis-ci.org/BurntSushi/rust-pcre2.png)](https://travis-ci.org/BurntSushi/rust-pcre2)
66
[![Windows build status](https://ci.appveyor.com/api/projects/status/github/BurntSushi/rust-pcre2?svg=true)](https://ci.appveyor.com/project/BurntSushi/rust-pcre2)
7-
[![](http://meritbadge.herokuapp.com/pcre2)](https://crates.io/crates/pcre2)
7+
[![](https://meritbadge.herokuapp.com/pcre2)](https://crates.io/crates/pcre2)
88

9-
Dual-licensed under MIT or the [UNLICENSE](http://unlicense.org).
9+
Dual-licensed under MIT or the [UNLICENSE](https://unlicense.org/).
1010

1111

1212
### Documentation

pcre2-sys/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Bindings for [PCRE2](https://www.pcre.org/).
44

55
[![Linux build status](https://api.travis-ci.org/BurntSushi/rust-pcre2.png)](https://travis-ci.org/BurntSushi/rust-pcre2)
66
[![Windows build status](https://ci.appveyor.com/api/projects/status/github/BurntSushi/rust-pcre2?svg=true)](https://ci.appveyor.com/project/BurntSushi/rust-pcre2)
7-
[![](http://meritbadge.herokuapp.com/pcre2-sys)](https://crates.io/crates/pcre2-sys)
7+
[![](https://meritbadge.herokuapp.com/pcre2-sys)](https://crates.io/crates/pcre2-sys)
88

9-
Dual-licensed under MIT or the [UNLICENSE](http://unlicense.org).
9+
Dual-licensed under MIT or the [UNLICENSE](https://unlicense.org/).
1010

1111

1212
### Documentation

0 commit comments

Comments
 (0)