Skip to content

Commit 341193f

Browse files
authored
Merge pull request #155 from rust-embedded/urls
update project URLs
2 parents 8774f38 + c86044c commit 341193f

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

README.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Projects maintained by this team.
6464
- [`cortex-m`]
6565
- [`itm`]
6666
- [`panic-itm`]
67-
<!-- - [`panic-semihosting`] -->
67+
- [`panic-semihosting`]
6868

6969
### The HAL team
7070

@@ -81,8 +81,8 @@ Board Support Crates and drivers.
8181

8282
Projects maintained by the HAL team.
8383

84-
<!-- - [`embedded-hal`] -->
85-
<!-- - [`linux-embedded-hal`] -->
84+
- [`embedded-hal`]
85+
- [`linux-embedded-hal`]
8686

8787
### The MSP430 team
8888

@@ -135,10 +135,10 @@ The resources team develops, maintains and curates resources on embedded Rust.
135135

136136
Projects maintained by the resources team
137137

138-
<!-- - [Awesome embedded Rust] -->
139-
<!-- - [The Discovery book] -->
138+
- [Awesome embedded Rust]
139+
- [The Discovery book]
140140
- [The embedded Rust book]
141-
<!-- - [The embedonomicon] -->
141+
- [The embedonomicon]
142142

143143
### The tools team
144144

@@ -155,9 +155,9 @@ The tools team maintains and develops core embedded tools.
155155

156156
Projects maintained by the tools team
157157

158-
<!-- - [`cargo-binutils`] -->
159-
<!-- - [`cross`] -->
160-
<!-- - [`itm`] -->
158+
- [`cargo-binutils`]
159+
- [`cross`]
160+
- [`itm`]
161161
- [`svd2rust`]
162162

163163
### The old guard
@@ -200,28 +200,28 @@ irc.mozilla.org).
200200
[@therealprof]: https://github.com/therealprof
201201

202202
[Awesome embedded Rust]: https://github.com/rust-embedded/awesome-embedded-rust
203-
[The Discovery book]: https://github.com/japaric/discovery
203+
[The Discovery book]: https://github.com/rust-embedded/discovery
204204
[The embedded Rust book]: https://book.rust-embedded.org/
205-
[The embedonomicon]: https://embedonomicon.rust-embedded.org/
206-
[`alloc-cortex-m`]: https://github.com/japaric/alloc-cortex-m
207-
[`cargo-binutils`]: https://github.com/japaric/cargo-binutils
208-
[`cortex-m-quickstart`]: https://github.com/japaric/cortex-m-quickstart
209-
[`cortex-m-rt`]: https://github.com/japaric/cortex-m-rt
210-
[`cortex-m-semihosting`]: https://github.com/japaric/cortex-m-semihosting
211-
[`cortex-m`]: https://github.com/japaric/cortex-m
212-
[`cross`]: https://github.com/japaric/cross
213-
[`embedded-hal`]: https://github.com/japaric/embedded-hal
214-
[`itm`]: https://github.com/japaric/itm
215-
[`linux-embedded-hal`]: https://github.com/japaric/linux-embedded-hal
205+
[The embedonomicon]: https://github.com/rust-embedded/embedonomicon
206+
[`alloc-cortex-m`]: https://github.com/rust-embedded/alloc-cortex-m
207+
[`cargo-binutils`]: https://github.com/rust-embedded/cargo-binutils
208+
[`cortex-m-quickstart`]: https://github.com/rust-embedded/cortex-m-quickstart
209+
[`cortex-m-rt`]: https://github.com/rust-embedded/cortex-m-rt
210+
[`cortex-m-semihosting`]: https://github.com/rust-embedded/cortex-m-semihosting
211+
[`cortex-m`]: https://github.com/rust-embedded/cortex-m
212+
[`cross`]: https://github.com/rust-embedded/cross
213+
[`embedded-hal`]: https://github.com/rust-embedded/embedded-hal
214+
[`itm`]: https://github.com/rust-embedded/itm
215+
[`linux-embedded-hal`]: https://github.com/rust-embedded/linux-embedded-hal
216216
[`msp430-quickstart`]: https://github.com/pftbest/msp430-quickstart
217217
[`msp430-rt`]: https://github.com/pftbest/msp430-rt
218218
[`msp430`]: https://github.com/pftbest/msp430
219-
[`panic-itm`]: https://github.com/japaric/panic-itm
220-
[`panic-semihosting`]: https://github.com/japaric/panic-semihosting
219+
[`panic-itm`]: https://github.com/rust-embedded/panic-itm
220+
[`panic-semihosting`]: https://github.com/rust-embedded/panic-semihosting
221221
[`riscv-rt`]: https://github.com/riscv-rust/riscv-rt
222222
[`riscv-rust-quickstart`]: https://github.com/riscv-rust/riscv-rust-quickstart
223223
[`riscv`]: https://github.com/riscv-rust/riscv
224-
[`svd2rust`]: https://github.com/japaric/svd2rust
224+
[`svd2rust`]: https://github.com/rust-embedded/svd2rust
225225

226226
## Other projects
227227

0 commit comments

Comments
 (0)