about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-01-11 23:14:26 -0800
committerKartik Agaram <vc@akkartik.com>2021-01-11 23:14:26 -0800
commitf66866c7566dcbdb55145976c289280abd6be8d2 (patch)
treee3bd35c15ebcc82139562cd23484d40eaec666b4
parent7b109ab6528bfafa6ac8fd9340e5cc0217bcec50 (diff)
downloadmu-f66866c7566dcbdb55145976c289280abd6be8d2.tar.gz
7495
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 57d689fd..de47fba2 100644
--- a/index.html
+++ b/index.html
@@ -10,7 +10,7 @@ Mu.
 
 <b><a href='http://akkartik.name/about'>Problem statement.</a></b>
 
-<b><a href='http://github.com/akkartik/mu'>Solution.</a></b>
+<b><a href='https://github.com/akkartik/mu'>Solution.</a></b>
 
 <p>For an earlier prototype, a high-level statement-oriented language with a
 tree-walking interpreter, see <a href='http://akkartik.github.io/mu1'>mu1</a>.