Skip to content

Commit 9024b95

Browse files
bors[bot]atouchet
andauthored
Merge #697
697: Use HTTPS for links r=burrbull,emilgardis a=atouchet Co-authored-by: Alex Touchet <[email protected]>
2 parents e109523 + 160b9ee commit 9024b95

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6-
and this project adheres to [Semantic Versioning](http://semver.org/).
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/)
6+
and this project adheres to [Semantic Versioning](https://semver.org/).
77

88
## [Unreleased]
99

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ And if someone takes issue with something you said or did, resist the urge to be
3232

3333
The enforcement policies listed above apply to all official embedded WG venues; including official IRC channels (#rust-embedded); GitHub repositories under rust-embedded; and all forums under rust-embedded.org (forum.rust-embedded.org).
3434

35-
*Adapted from the [Node.js Policy on Trolling](http://blog.izs.me/post/30036893703/policy-on-trolling) as well as the [Contributor Covenant v1.3.0](https://www.contributor-covenant.org/version/1/3/0/).*
35+
*Adapted from the [Node.js Policy on Trolling](https://blog.izs.me/2012/08/policy-on-trolling/) as well as the [Contributor Covenant v1.3.0](https://www.contributor-covenant.org/version/1/3/0/).*
3636

3737
[team]: https://github.com/rust-embedded/wg#the-tools-team

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Check out the [svd2rust-regress README](ci/svd2rust-regress/README.md) for infor
2828
Licensed under either of
2929

3030
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
31-
http://www.apache.org/licenses/LICENSE-2.0)
32-
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
31+
https://www.apache.org/licenses/LICENSE-2.0)
32+
- MIT license ([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT)
3333

3434
at your option.
3535

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! Peripheral API generator from [CMSIS-SVD] files
22
//!
3-
//! [CMSIS-SVD]: http://www.keil.com/pack/doc/CMSIS/SVD/html/index.html
3+
//! [CMSIS-SVD]: https://www.keil.com/pack/doc/CMSIS/SVD/html/index.html
44
//!
55
//! An SVD file is an XML file that describes the hardware features of a
66
//! microcontroller. In particular, it lists all the peripherals available to the

0 commit comments

Comments
 (0)