about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-03-25 09:21:06 -0700
committerKartik Agaram <vc@akkartik.com>2020-03-25 09:21:06 -0700
commit9470451cb1ae00701d41a4f46780d81cf38fe5b4 (patch)
tree18bd64a7117a9500eeed75edfd38f9edc54453c3
parent7d117e4699e940b5e68208424f2b81fe390428af (diff)
downloadmu-9470451cb1ae00701d41a4f46780d81cf38fe5b4.tar.gz
6167
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fafcdc6b..1195358a 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Running the code you want to run, and nothing else.
 Mu requires just a Unix-like OS and nothing else. The Mu translator is built
 up from machine code. You can also bootstrap it from C++. Both C++ and
 self-hosted versions emit identical binaries. The generated binaries require
-just a Unix-like kernel and nothing else. (There are more details in [this paper.](http://akkartik.name/akkartik-convivial-20200315.pdf))
+just a Unix-like kernel and nothing else. (There are more details in [this paper](http://akkartik.name/akkartik-convivial-20200315.pdf).)
 
 ## Goals
 
id='n133' href='#n133'>133 134 135 136 137 138 139 140 141 142 143 144 145 146 147