about summary refs log tree commit diff stats
path: root/subx/Readme.md
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-05-25 12:53:16 -0700
committerKartik Agaram <vc@akkartik.com>2019-05-25 12:53:16 -0700
commitd4e08192529d5842872647db6e50f24c4e2659d5 (patch)
tree0475bb6e140c08d23fffc4fbc9920c860aa73c89 /subx/Readme.md
parenta91fdac3afc541bdf7f3458cba58367f044ef348 (diff)
downloadmu-d4e08192529d5842872647db6e50f24c4e2659d5.tar.gz
5223
Diffstat (limited to 'subx/Readme.md')
-rw-r--r--subx/Readme.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/subx/Readme.md b/subx/Readme.md
index e512b5fe..b6866d9f 100644
--- a/subx/Readme.md
+++ b/subx/Readme.md
@@ -339,9 +339,9 @@ runnable on a Linux system running on Intel x86 processors, either 32- or
 
   1. [Converting ascii hex bytes to binary.](http://akkartik.github.io/mu/html/subx/apps/hex.subx.html) (✓)
   2. [Packing bitfields for x86 instructions into bytes.](http://akkartik.github.io/mu/html/subx/apps/pack.subx.html) (✓)
-  3. [Combining segments with the same name.](apps/assort.subx) (✓)
-  4. Support for string literals. (10% complete)
-  5. Replacing addresses with labels.
+  3. [Combining segments with the same name.](http://akkartik.github.io/mu/html/subx/apps/assort.subx.html) (✓)
+  4. [Support for string literals.](http://akkartik.github.io/mu/html/subx/apps/dquotes.subx.html) (✓)
+  5. [Replacing addresses with labels.](https://github.com/akkartik/mu/pull/34) (10% complete)
 
 * Testable, dependency-injected vocabulary of primitives
   - Streams: `read()`, `write()`. (✓)