Skip to content

Commit 764d687

Browse files
committed
Auto merge of #4360 - atouchet:patch-1, r=phansch
Fix HTTPS in links I accidentally missed these in my previous PR. changelog: none
2 parents d23e6b3 + b1b2245 commit 764d687

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ If you want to contribute to Clippy, you can find more information in [CONTRIBUT
180180
Copyright 2014-2019 The Rust Project Developers
181181

182182
Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
183-
[https://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)> or the MIT license
184-
<LICENSE-MIT or [https://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT)>, at your
183+
[https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)> or the MIT license
184+
<LICENSE-MIT or [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)>, at your
185185
option. All files in the project carrying such notice may not be
186186
copied, modified, or distributed except according to those terms.

0 commit comments

Comments
 (0)