Skip to content

Commit 8427c25

Browse files
Merge pull request #91 from nyurik/patch-1
docs: fix aarch32-cpu link in README
2 parents 887de9f + 32cee56 commit 8427c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ These libraries were originally written by Ferrous Systems, and are based on the
2222

2323
There are currently five libraries here:
2424

25-
* [aarch32](./aarch32/) - support library for AArch32 CPUs (like the [cortex-m] crate)
25+
* [aarch32-cpu](./aarch32-cpu/) - support library for AArch32 CPUs (like the [cortex-m] crate)
2626
* [aarch32-rt](./aarch32-rt/) - run-time library for AArch32 CPUs (like the [cortex-m-rt] crate)
2727
* [arm-targets](./arm-targets/) - a helper library for your build.rs that sets various `--cfg` flags according to the current target
2828
* [aarch32-rt-macros](./aarch32-rt-macros/) - macros for `aarch32-rt` (this is an implementation detail - do not use this crate directly)

0 commit comments

Comments
 (0)