about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-05-23 09:50:00 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-05-23 09:50:00 -0700
commit3edb2d8c7d3915173d7265a2918e0bd18bef259f (patch)
tree2505ac61135f306aeb298fc531c8f5afb66d509d
parent2f02189ddcdeb7d25b0ca9bd5b955b764d41a1a7 (diff)
downloadmu-3edb2d8c7d3915173d7265a2918e0bd18bef259f.tar.gz
2997 - new version of http://akkartik.name/about
-rw-r--r--Readme.md8
-rw-r--r--index.html6
2 files changed, 7 insertions, 7 deletions
diff --git a/Readme.md b/Readme.md
index 719429e0..5f281751 100644
--- a/Readme.md
+++ b/Readme.md
@@ -300,10 +300,10 @@ for a more complex example where I write tests showing blocking reads from the
 keyboard and what gets printed to the screen -- things we don't typically
 associate with automated tests.
 
-b) Try skimming the [colorized source code](http://akkartik.github.io/mu). I'd
-like it to eventually be possible to get a pretty good sense for how things
-work just by skimming the files in order, skimming the top of each file and
-ignoring details lower down. Tell me how successful my efforts are.
+b) Try skimming the [colorized source code](https://akkartik.github.io/mu).
+I'd like it to eventually be possible to get a pretty good sense for how
+things work just by skimming the files in order, skimming the top of each file
+and ignoring details lower down. Tell me how successful my efforts are.
 
 c) Try running the tests:
 
diff --git a/index.html b/index.html
index 70cfd731..a3482675 100644
--- a/index.html
+++ b/index.html
@@ -8,9 +8,9 @@ Is it a language, or an operating system, or a virtual machine?
 Mu.
 </div>
 
-Read these first: <a href='http://akkartik.name/about'>problem statement</a>,
-<a href='http://github.com/akkartik/mu#readme'>readme and installation
-  instructions</a> (Mu requires minimal dependencies).
+Read these first: <b><a href='http://akkartik.name/about'>problem statement</a></b>,
+<b><a href='http://github.com/akkartik/mu#readme'>trying out Mu</a></b>.
+(Mu requires minimal dependencies.)
 
 <p>
 Mu's code looks quite alien, requiring editors to be specially configured to