Skip to content

Commit 73d0e48

Browse files
committed
Use HTTPS for links
1 parent bbe8907 commit 73d0e48

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ fn main() {
6565

6666
Licensed under either of
6767

68-
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
69-
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
68+
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or https://www.apache.org/licenses/LICENSE-2.0)
69+
* MIT license ([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT)
7070

7171
at your option.
7272

src/core_lazy.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright 2016 lazy-static.rs Developers
22
//
33
// Licensed under the Apache License, Version 2.0, <LICENSE-APACHE or
4-
// http://apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or
5-
// http://opensource.org/licenses/MIT>, at your option. This file may not be
4+
// https://apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or
5+
// https://opensource.org/licenses/MIT>, at your option. This file may not be
66
// copied, modified, or distributed except according to those terms.
77

88
extern crate spin;

src/inline_lazy.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright 2016 lazy-static.rs Developers
22
//
33
// Licensed under the Apache License, Version 2.0, <LICENSE-APACHE or
4-
// http://apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or
5-
// http://opensource.org/licenses/MIT>, at your option. This file may not be
4+
// https://apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or
5+
// https://opensource.org/licenses/MIT>, at your option. This file may not be
66
// copied, modified, or distributed except according to those terms.
77

88
extern crate core;

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright 2016 lazy-static.rs Developers
22
//
33
// Licensed under the Apache License, Version 2.0, <LICENSE-APACHE or
4-
// http://apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or
5-
// http://opensource.org/licenses/MIT>, at your option. This file may not be
4+
// https://apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or
5+
// https://opensource.org/licenses/MIT>, at your option. This file may not be
66
// copied, modified, or distributed except according to those terms.
77

88
/*!

0 commit comments

Comments
 (0)