aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-04-02 17:37:31 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-04-02 17:37:31 +0000
commit38f2bdf77b5cfca894b7cb7a63695f6ed9ff2d07 (patch)
treec73b9c36b54c610427128761545e6fb08eff13d2 /README.md
parentb2a603b29b393a52fce7bd046d66bd9ad656bed0 (diff)
parentc7fe33fee7f15c8f73e1b70cf0ad1a44a892e93b (diff)
downloadbyteorder-38f2bdf77b5cfca894b7cb7a63695f6ed9ff2d07.tar.gz
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/byteorder/+/1662317 Change-Id: I10d26d36ce5559a8d863b2161d46dfbe94210e1d
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8b2ecc4..d8461c5 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,9 @@ This crate provides convenience methods for encoding and decoding
numbers in either big-endian or little-endian order.
[![Build status](https://github.com/BurntSushi/byteorder/workflows/ci/badge.svg)](https://github.com/BurntSushi/byteorder/actions)
-[![](http://meritbadge.herokuapp.com/byteorder)](https://crates.io/crates/byteorder)
+[![](https://meritbadge.herokuapp.com/byteorder)](https://crates.io/crates/byteorder)
-Dual-licensed under MIT or the [UNLICENSE](http://unlicense.org).
+Dual-licensed under MIT or the [UNLICENSE](https://unlicense.org/).
### Documentation