From 13ca31ba09fed97e26dba9887093ed5311ee4246 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 16 Jul 2021 09:24:02 -0700 Subject: [PATCH] . --- README.md | 2 +- linux/vocabulary.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bf8a89d8..60fa600d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ qemu-system-i386 code.img screenshot of Game of Life running on the Mu computer -([Colorized sources.](http://akkartik.github.io/mu/html/life.mu.html) +([Colorized sources.](http://akkartik.github.io/mu/html/apps/life.mu.html) This is memory-safe code, and most statements map to a single instruction of machine code.) diff --git a/linux/vocabulary.md b/linux/vocabulary.md index 6348ed10..f1c6e3a5 100644 --- a/linux/vocabulary.md +++ b/linux/vocabulary.md @@ -74,7 +74,7 @@ Low-level testable primitives for unsafe SubX code. of clobbering outside array bounds. One bit of weirdness here: in tests we do a redundant copy from one stream - to another. See [the comments before the implementation](http://akkartik.github.io/mu/html/060read.subx.html) + to another. See [the comments before the implementation](http://akkartik.github.io/mu/html/linux/111read.subx.html) for a discussion of alternative interfaces. - `stop`: takes two arguments: @@ -84,7 +84,7 @@ Low-level testable primitives for unsafe SubX code. - `value` is the status code to `exit()` with. For more details on exit descriptors and how to create one, see [the - comments before the implementation](http://akkartik.github.io/mu/html/059stop.subx.html). + comments before the implementation](http://akkartik.github.io/mu/html/linux/110stop.subx.html). - `allocate`: takes two arguments, an address to allocation-descriptor `ad` and an integer `n`