about summary refs log tree commit diff stats
path: root/linux/tile
diff options
context:
space:
mode:
Diffstat (limited to 'linux/tile')
-rw-r--r--linux/tile/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/tile/README.md b/linux/tile/README.md
index e8b96d09..f82c838a 100644
--- a/linux/tile/README.md
+++ b/linux/tile/README.md
@@ -27,7 +27,7 @@ $ ./a.elf type
 This is just a prototype. There are no tests.
 
 To add a new primitive you'll need to hard-code it into the `evaluate`
-function (apps/tile/rpn.mu).
+function (linux/tile/rpn.mu).
 
 There's also a second place you'll want to teach about predefined primitives:
-`bound-function?` (apps/tile/environment.mu)
+`bound-function?` (linux/tile/environment.mu)