Skip to content

Commit 147ac25

Browse files
committed
fix(homepage): update broken links
1 parent c7f3840 commit 147ac25

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ Rust, enquanto o segundo é mais novo e usa uma placa de circuito micro:bit.
1616

1717
<!-- - [Read the newer book, using a micro:bit](https://docs.rust-embedded.org/discovery/microbit) -->
1818

19-
- [Leia o livro mais recente, usando um micro:bit](https://allynaell.github.io/discovery/microbit)
19+
- [Leia o livro mais recente, usando um micro:bit](https://allyssan.github.io/discovery/microbit)
2020

2121
<!-- - [Read the older book, using an F3 discovery board](https://docs.rust-embedded.org/discovery/f3discovery) -->
2222

23-
- [Leia o livro antigo, usando uma placa F3 Discovery](https://allynaell.github.io/discovery/f3discovery)
23+
- [Leia o livro antigo, usando uma placa F3 Discovery](https://allyssan.github.io/discovery/f3discovery)
2424

2525
<!-- - Start working on the examples from this repository -->
2626

microbit/src/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ Já o repositório da tradução para português está [aqui]. Caso você encont
123123
algum erro de digitação ou qualquer outro problema relacionado a ela, informe-o
124124
na [seção de issues].
125125

126-
[aqui]: https://github.com/allynaell/discovery
127-
[seção de issues]: https://github.com/allynaell/discovery/issues
126+
[aqui]: https://github.com/allyssan/discovery
127+
[seção de issues]: https://github.com/allyssan/discovery/issues
128128

129129
<!-- ## Other embedded Rust resources -->
130130

src/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ Rust, enquanto o segundo é mais novo e usa uma placa de circuito micro:bit.
1616

1717
<!-- - [Read the newer book, using a micro:bit](https://docs.rust-embedded.org/discovery/microbit) -->
1818

19-
- [Leia o livro mais recente, usando um micro:bit](https://allynaell.github.io/discovery/microbit)
19+
- [Leia o livro mais recente, usando um micro:bit](https://allyssan.github.io/discovery/microbit)
2020

2121
<!-- - [Read the older book, using an F3 discovery board](https://docs.rust-embedded.org/discovery/f3discovery) -->
2222

23-
- [Leia o livro antigo, usando uma placa F3 Discovery](https://allynaell.github.io/discovery/f3discovery)
23+
- [Leia o livro antigo, usando uma placa F3 Discovery](https://allyssan.github.io/discovery/f3discovery)
2424

2525
<!-- - Start working on the examples from this repository -->
2626

@@ -71,5 +71,5 @@ tradução seja listada aqui, abra um PR para adicioná-la.
7171
([repositório](https://github.com/tomoyuki-nakabayashi/discovery))
7272
- [Chinês](https://jzow.github.io/discovery/)
7373
([repositório](https://github.com/jzow/discovery))
74-
- [Português (Brasil)](https://allynaell.github.io/discovery/)
75-
([repositório](https://github.com/allynaell/discovery))
74+
- [Português (Brasil)](https://allyssan.github.io/discovery/)
75+
([repositório](https://github.com/allyssan/discovery))

0 commit comments

Comments
 (0)