Skip to content

Commit 754dace

Browse files
authoredNov 14, 2024
Merge pull request rust-lang#363 from beetrees/https
Use `https:` links in `README.md`
2 parents 2809ddf + a0cf291 commit 754dace

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
@@ -41,14 +41,14 @@ This crate supports rustc 1.63 and newer.
4141
## License
4242

4343
Usage is licensed under the MIT license ([LICENSE-MIT](LICENSE-MIT) or
44-
http://opensource.org/licenses/MIT).
44+
https://opensource.org/licenses/MIT).
4545

4646

4747
### Contribution
4848

4949
Contributions are licensed under both the MIT license and the Apache License,
5050
Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
51-
http://www.apache.org/licenses/LICENSE-2.0). Unless you explicitly state
51+
https://www.apache.org/licenses/LICENSE-2.0). Unless you explicitly state
5252
otherwise, any contribution intentionally submitted for inclusion in the work
5353
by you, as defined in the Apache-2.0 license, shall be dual licensed as
5454
mentioned, without any additional terms or conditions.

0 commit comments

Comments
 (0)
Please sign in to comment.