diff --git a/section_1/if/README.md b/section_1/if/README.md index e197e37..fea77b8 100644 --- a/section_1/if/README.md +++ b/section_1/if/README.md @@ -18,7 +18,7 @@ if (a > b) // 1 For simplicity, let us assume that both `a` and `b` are defined as `long int`. Being 64 bits in width, this means `x` registers will be used in the assembly language. If `a` or `b` are not pointers and are not longs, `w` registers would sneak -in somewhere. See [Interlude - Registers](./section_1/regs/README.md) for more information. +in somewhere. See [Interlude - Registers](../regs/README.md) for more information. ## `if` in `AARCH64` diff --git a/section_1/if/README.pdf b/section_1/if/README.pdf index 3c3a3dd..74c7211 100644 Binary files a/section_1/if/README.pdf and b/section_1/if/README.pdf differ