From e35733c91f69f2c2866f4af0dc318b43f990eb93 Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Thu, 18 Feb 2021 09:06:44 -0800 Subject: [PATCH] Use HTTPS --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 79e4730..b913ad7 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ This crate provides a smattering of safe wrappers around various parts of the [winapi](https://crates.io/crates/winapi) crate. [![Build status](https://github.com/BurntSushi/winapi-util/workflows/ci/badge.svg)](https://github.com/BurntSushi/winapi-util/actions) -[![](http://meritbadge.herokuapp.com/winapi-util)](https://crates.io/crates/winapi-util) +[![](https://meritbadge.herokuapp.com/winapi-util)](https://crates.io/crates/winapi-util) -Dual-licensed under MIT or the [UNLICENSE](http://unlicense.org). +Dual-licensed under MIT or the [UNLICENSE](https://unlicense.org/). ### Documentation