about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--subx_addressing_modes.md (renamed from SubX-addressing-modes.md)0
2 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6344a560..daa5b8ff 100644
--- a/README.md
+++ b/README.md
@@ -240,7 +240,7 @@ reg/mem operand is constructed by expressions of one of these forms:
     and `scale` and `disp` are 2- and 32-bit constants respectively.
 
 Under the hood, SubX turns expressions of these forms into multiple arguments
-with metadata in some complex ways. See [SubX-addressing-modes.md](SubX-addressing-modes.md).
+with metadata in some complex ways. See [subx\_addressing\_modes.md](subx_addressing_modes.md).
 
 That covers the complexities of the reg/mem operand. The second operand is
 simpler. It comes from exactly one of the following argument types:
diff --git a/SubX-addressing-modes.md b/subx_addressing_modes.md
index cdb056ee..cdb056ee 100644
--- a/SubX-addressing-modes.md
+++ b/subx_addressing_modes.md