Skip to content

Commit acecdd1

Browse files
committed
Fix links
1 parent 32cd8e5 commit acecdd1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/doc/rustc/src/platform-support/armv6-none-eabi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ mode so there is no `thumbv6-none-eabihf` target.
2525
See [`arm-none-eabi`](arm-none-eabi.md) for information applicable to all
2626
`arm-none-eabi` targets.
2727

28-
[`AtomicU8`](https://docs.rust-lang.org/stable/core/sync/atomic/struct.AtomicU8.html)
29-
[`AtomicI8`](https://docs.rust-lang.org/stable/core/sync/atomic/struct.AtomicI8.html)
28+
[`AtomicU8`]: https://docs.rust-lang.org/stable/core/sync/atomic/struct.AtomicU8.html
29+
[`AtomicI8`]: https://docs.rust-lang.org/stable/core/sync/atomic/struct.AtomicI8.html
3030

3131
## Target Maintainers
3232

0 commit comments

Comments
 (0)