about summary refs log tree commit diff stats
path: root/subx_bare.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-03-14 10:30:23 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-03-14 13:30:01 -0700
commit2c64c52e1f06b88010fa2a2c0c1c48e7a4ba1828 (patch)
treeadffb08f9d7394963b53c91c33cd14269581aec9 /subx_bare.md
parent9c4cd6db4a42847f8d879fa35e66f2a3c85ee418 (diff)
downloadmu-2c64c52e1f06b88010fa2a2c0c1c48e7a4ba1828.tar.gz
fix some broken links
Diffstat (limited to 'subx_bare.md')
-rw-r--r--subx_bare.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx_bare.md b/subx_bare.md
index f8f00864..ab909e72 100644
--- a/subx_bare.md
+++ b/subx_bare.md
@@ -169,7 +169,7 @@ $ echo $?
 ## Resources
 
 - [Single-page cheatsheet for the x86 ISA](https://net.cs.uni-bonn.de/fileadmin/user_upload/plohmann/x86_opcode_structure_and_instruction_overview.pdf)
-  (pdf; [cached local copy](https://github.com/akkartik/mu/blob/master/cheatsheet.pdf))
+  (pdf; [cached local copy](https://github.com/akkartik/mu/blob/main/cheatsheet.pdf))
 - [Concise reference for the x86 ISA](https://c9x.me/x86)
 - [Concise reference for the x86 ISA #2](http://ref.x86asm.net/coder32.html)
 - [Intel processor manual](http://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-software-developer-instruction-set-reference-manual-325383.pdf) (pdf)