diff --git a/README.md b/README.md index 978c72c..989ec64 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,5 @@ A collection of notes relating to the MIC1 MAL language, described in the book Pages: -- [./registers.md](Registers) -- [./operations.md](Operations) +- [Registers](./registers.md) +- [Operations](./operations.md) diff --git a/operations.md b/operations.md index 2059320..f4166c1 100644 --- a/operations.md +++ b/operations.md @@ -12,7 +12,7 @@ There are three parts to any ALU operation... ### Choosing which registers to write to You can write to any number of registers, as long as those registers can be -written to. [./registers.md](See here for the distinctions between registers.) +written to. [See here for the distinctions between registers.](./registers.md) The formatting for is, is simply to add any number of register names, and a equals sign afterwards: