about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-03-09 00:43:59 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-03-09 00:43:59 -0800
commit7e87c36c3aec7d715f7fbb04ca6bd6557eeedef3 (patch)
treefe09078bd06312ca8d1dbcdc428fe444657f0c22 /README.md
parent9586db164cb80f2344f96b0af8a180ff4f50f2bb (diff)
downloadmu-7e87c36c3aec7d715f7fbb04ca6bd6557eeedef3.tar.gz
.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4abf4891..4c5dc88c 100644
--- a/README.md
+++ b/README.md
@@ -205,8 +205,6 @@ If you're still reading, here are some more things to check out:
   to SubX. Most Mu statements map to a single x86 instruction.
   ([colorized version](http://akkartik.github.io/mu/html/mu_instructions.html))
 
-- [Commandline reference for the bootstrap C++ program.](bootstrap.md)
-
 - [Some details on the unconventional organization of this project.](http://akkartik.name/post/four-repos)
 
 - Previous prototypes: [mu0](https://github.com/akkartik/mu0), [mu1](https://github.com/akkartik/mu1).