resources: Fixing incorrect output directory reference
diff --git a/README.md b/README.md
index 6c74fb9..f1e6d80 100644
--- a/README.md
+++ b/README.md
@@ -113,7 +113,7 @@
 ```
 
 The output of this compilation can be found at
-`dist/current/test-progs/riscv-tests/`
+`output/test-progs/riscv-tests/`
 
 # Resource: Insttests
 
@@ -141,7 +141,7 @@
 ```
 
 The output of this compilation can be found in
-`dist/current/test-progs/insttest/bin/riscv/linux/`
+`output/test-progs/insttest/bin/riscv/linux/`
 
 # Licensing