Skip to content

Commit a4c510c

Browse files
bors[bot]adamgreen
andcommitted
Merge #135
135: Update links moved from japaric to rust-embedded r=adamgreig a=adamgreen Clicking these links does forward the browser to the correct GitHub repository but I thought maybe it would be better to just update the URLs to the new location of these repositories. Co-authored-by: Adam Green <[email protected]>
2 parents 33989b7 + 6f2aa2f commit a4c510c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/03-setup/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ should work but we have listed the version we have tested.
4141

4242
- [`cargo-binutils`]. Version 0.1.4 or newer.
4343

44-
[`cargo-binutils`]: https://github.com/japaric/cargo-binutils
44+
[`cargo-binutils`]: https://github.com/rust-embedded/cargo-binutils
4545

4646
- `minicom` on Linux and macOS. Tested version: 2.7. Readers report that `picocom` also works but
4747
we'll use `minicom` in this text.

src/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ use of the STM32F3DISCOVERY development board.
5353
The source of this book is in [this repository]. If you encounter any typo or problem with the code
5454
report it on the [issue tracker].
5555

56-
[this repository]: https://github.com/japaric/discovery
57-
[issue tracker]: https://github.com/japaric/discovery/issues
56+
[this repository]: https://github.com/rust-embedded/discovery
57+
[issue tracker]: https://github.com/rust-embedded/discovery/issues
5858

5959
## Sponsored by
6060

src/explore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ So where to next? There are several options:
153153
- You could check out the [`embedded-hal`] project which aims to build abstractions (traits) for all
154154
the embedded I/O functionality commonly found on microcontrollers.
155155

156-
[`embedded-hal`]: https://github.com/japaric/embedded-hal
156+
[`embedded-hal`]: https://github.com/rust-embedded/embedded-hal
157157

158158
- You could join the [Weekly driver initiative] and help us write generic drivers on top of the
159159
`embedded-hal` traits and that work for all sorts of platforms (ARM Cortex-M, AVR, MSP430, RISCV,

0 commit comments

Comments
 (0)