Skip to content

Commit 1bf0b1d

Browse files
atouchetThomasdezeeuw
authored andcommitted
Update some links
1 parent 81056b9 commit 1bf0b1d

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ Socket2 uses 1.46.0 as MSRV.
7171
This project is licensed under either of
7272

7373
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
74-
http://www.apache.org/licenses/LICENSE-2.0)
74+
https://www.apache.org/licenses/LICENSE-2.0)
7575
* MIT license ([LICENSE-MIT](LICENSE-MIT) or
76-
http://opensource.org/licenses/MIT)
76+
https://opensource.org/licenses/MIT)
7777

7878
at your option.
7979

src/lib.rs

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

@@ -50,7 +50,7 @@
5050
//! This crate has a single feature `all`, which enables all functions even ones
5151
//! that are not available on all OSs.
5252
53-
#![doc(html_root_url = "https://docs.rs/socket2/0.3")]
53+
#![doc(html_root_url = "https://docs.rs/socket2/0.4")]
5454
#![deny(missing_docs, missing_debug_implementations, rust_2018_idioms)]
5555
// Show required OS/features on docs.rs.
5656
#![cfg_attr(docsrs, feature(doc_cfg))]

src/socket.rs

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

src/sys/unix.rs

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

src/sys/windows.rs

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

0 commit comments

Comments
 (0)