From 113f893ee6340e8c28aede2513342a79fa60ce08 Mon Sep 17 00:00:00 2001 From: Milo <108742615+KeloYuan@users.noreply.github.com> Date: Sun, 10 May 2026 17:45:19 +0800 Subject: [PATCH] docs: update license links to HTTPS Co-authored-by: KeloYuan --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74f6c851..5ff1ef6b 100644 --- a/README.md +++ b/README.md @@ -249,8 +249,8 @@ provided library path. The Mun Runtime is licensed under either of - Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or - http://www.apache.org/licenses/LICENSE-2.0) + https://www.apache.org/licenses/LICENSE-2.0) - MIT license ([LICENSE-MIT](LICENSE-MIT) or - http://opensource.org/licenses/MIT) + https://opensource.org/licenses/MIT) at your option.