Skip to content

Commit b51178f

Browse files
Remove redundant files, update links
1 parent cab2e28 commit b51178f

File tree

10 files changed

+8
-534
lines changed

10 files changed

+8
-534
lines changed

cortex-m-semihosting/CODE_OF_CONDUCT.md

Lines changed: 0 additions & 37 deletions
This file was deleted.

cortex-m-semihosting/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords = ["semihosting", "arm", "cortex-m"]
99
license = "MIT OR Apache-2.0"
1010
name = "cortex-m-semihosting"
1111
readme = "README.md"
12-
repository = "https://github.com/rust-embedded/cortex-m-semihosting"
12+
repository = "https://github.com/rust-embedded/cortex-m"
1313
version = "0.3.5"
1414
edition = "2018"
1515

cortex-m-semihosting/LICENSE-APACHE

Lines changed: 0 additions & 201 deletions
This file was deleted.

cortex-m-semihosting/LICENSE-MIT

Lines changed: 0 additions & 25 deletions
This file was deleted.

cortex-m-semihosting/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ compile with older versions but that may change in any new patch release.
1818

1919
Licensed under either of
2020

21-
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
21+
- Apache License, Version 2.0 ([LICENSE-APACHE](../LICENSE-APACHE) or
2222
http://www.apache.org/licenses/LICENSE-2.0)
23-
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
23+
- MIT license ([LICENSE-MIT](../LICENSE-MIT) or http://opensource.org/licenses/MIT)
2424

2525
at your option.
2626

@@ -36,5 +36,5 @@ Contribution to this crate is organized under the terms of the [Rust Code of
3636
Conduct][CoC], the maintainer of this crate, the [Cortex-M team][team], promises
3737
to intervene to uphold that code of conduct.
3838

39-
[CoC]: CODE_OF_CONDUCT.md
39+
[CoC]: ../CODE_OF_CONDUCT.md
4040
[team]: https://github.com/rust-embedded/wg#the-cortex-m-team

0 commit comments

Comments
 (0)