aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-04-01 15:18:27 -0700
committerJoel Galenson <jgalenson@google.com>2021-04-01 15:18:27 -0700
commit578f4351d0a4d79e3637be7f3fcae507c7756328 (patch)
treec73b9c36b54c610427128761545e6fb08eff13d2 /README.md
parentffbdc48bbea66ebe6d27d184da963f929bdc23bf (diff)
downloadbyteorder-578f4351d0a4d79e3637be7f3fcae507c7756328.tar.gz
Upgrade rust/crates/byteorder to 1.4.3android-s-beta-2android-s-beta-1
Test: make Change-Id: Icad438801086a0af9e85384207cb395f702a555a
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