Skip to content

Commit 9edfda8

Browse files
authored
Fix dead link to ARM Architecture reference
1 parent 9fc970d commit 9edfda8

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
@@ -370,7 +370,7 @@ All that can be said is that clang automatically enables position-independent ex
370370
* [Mac OS X Internals, A Systems Approach](https://www.pearson.ch/Informatik/Macintosh/EAN/9780134426549/Mac-OS-X-Internals) Amit Singh, 2007. For better or worse, this is still the definite compendium on the core of macOS and it's siblings.
371371
* [WWDC20: Explore the new system architecture of Apple Silicon Macs](https://developer.apple.com/videos/play/wwdc2020/10686/) A system overview of the new Apple Silicon machines
372372
* [Darwin Source Code](https://opensource.apple.com/source/xnu/)
373-
* [ARM Archicture Reference Manual](https://static.docs.arm.com/ddi0487/ca/DDI0487C_a_armv8_arm.pdf)
373+
* [ARM Architecture Reference Manual](https://developer.arm.com/documentation/ddi0487/latest/)
374374

375375
## One More Thing…
376376
_"The C language is case-sensitive. Compilers are case-sensitive. The Unix command line, ufs, and nfs file systems are case-sensitive. I'm case-sensitive too, especially about product names. The IDE is called Xcode. Big X, little c. Not XCode or xCode or X-Code. Remember that now."_ — Chris Espinosa

0 commit comments

Comments
 (0)