about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Touchet <alextouchet@outlook.com>2019-08-08 19:59:22 -0700
committerGitHub <noreply@github.com>2019-08-08 19:59:22 -0700
commitb1b2245e28ff6c01438cf5b617b350af9b56ba5f (patch)
treec93128b249d4f94817bd7eac637b051c25702b3a
parentd23e6b396a04475b1be6bd20a0afee3b3b0d8a31 (diff)
downloadrust-b1b2245e28ff6c01438cf5b617b350af9b56ba5f.tar.gz
rust-b1b2245e28ff6c01438cf5b617b350af9b56ba5f.zip
Fix HTTPS in links
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 15648b21023..389fe316ade 100644
--- a/README.md
+++ b/README.md
@@ -180,7 +180,7 @@ If you want to contribute to Clippy, you can find more information in [CONTRIBUT
 Copyright 2014-2019 The Rust Project Developers
 
 Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
-[https://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)> or the MIT license
-<LICENSE-MIT or [https://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT)>, at your
+[https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)> or the MIT license
+<LICENSE-MIT or [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)>, at your
 option. All files in the project carrying such notice may not be
 copied, modified, or distributed except according to those terms.