From 4dc5079a231419aa3ea2fe72a097f8d9aece6591 Mon Sep 17 00:00:00 2001 From: Elliott Mahler Date: Mon, 7 Nov 2022 19:39:27 -0800 Subject: [PATCH] Fixed broken link to mit license --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56f959b..d94895c 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ The `strength_reduce` crate requires rustc 1.26 or greater. Licensed under either of * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) - * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) + * MIT license ([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT) at your option.