Skip to content

Commit 427fdc3

Browse files
authored
doc: use HTTPS for links
PR #81
1 parent 1f1aaf3 commit 427fdc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ memchr
33
The `memchr` crate provides heavily optimized routines for searching bytes.
44

55
[![Build status](https://github.com/BurntSushi/rust-memchr/workflows/ci/badge.svg)](https://github.com/BurntSushi/rust-memchr/actions)
6-
[![](http://meritbadge.herokuapp.com/memchr)](https://crates.io/crates/memchr)
6+
[![](https://meritbadge.herokuapp.com/memchr)](https://crates.io/crates/memchr)
77

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

1010

1111
### Documentation

0 commit comments

Comments
 (0)