Skip to content

Commit 01d3ebb

Browse files
panic-itm: update URLs
1 parent ce707f6 commit 01d3ebb

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

panic-itm/CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4646

4747
Initial release
4848

49-
[Unreleased]: https://github.com/japaric/panic-itm/compare/v0.4.1...HEAD
50-
[v0.4.1]: https://github.com/japaric/panic-itm/compare/v0.4.0...v0.4.1
51-
[v0.4.0]: https://github.com/japaric/panic-itm/compare/v0.3.0...v0.4.0
52-
[v0.3.0]: https://github.com/japaric/panic-itm/compare/v0.2.0...v0.3.0
53-
[v0.2.0]: https://github.com/japaric/panic-itm/compare/v0.1.1...v0.2.0
54-
[v0.1.1]: https://github.com/japaric/panic-itm/compare/v0.1.0...v0.1.1
49+
[Unreleased]: https://github.com/rust-embedded/panic-itm/compare/v0.4.1...HEAD
50+
[v0.4.1]: https://github.com/rust-embedded/panic-itm/compare/v0.4.0...v0.4.1
51+
[v0.4.0]: https://github.com/rust-embedded/panic-itm/compare/v0.3.0...v0.4.0
52+
[v0.3.0]: https://github.com/rust-embedded/panic-itm/compare/v0.2.0...v0.3.0
53+
[v0.2.0]: https://github.com/rust-embedded/panic-itm/compare/v0.1.1...v0.2.0
54+
[v0.1.1]: https://github.com/rust-embedded/panic-itm/compare/v0.1.0...v0.1.1

panic-itm/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ authors = [
33
"The Cortex-M Team <[email protected]>",
44
"Jorge Aparicio <[email protected]>",
55
]
6-
categories = ["no-std"]
6+
categories = ["no-std", "embedded"]
77
description = "Log panic messages using the ITM (Instrumentation Trace Macrocell)"
8-
documentation = "https://rust-embedded.github.io/panic-itm/panic_itm"
8+
documentation = "https://docs.rs/panic-itm"
99
keywords = ["panic-impl", "panic-handler", "ITM", "ARM", "Cortex-M"]
1010
license = "MIT OR Apache-2.0"
1111
name = "panic-itm"
12-
repository = "https://github.com/rust-embedded/panic-itm"
12+
repository = "https://github.com/rust-embedded/cortex-m"
1313
version = "0.4.1"
1414

1515
[dependencies]

0 commit comments

Comments
 (0)