about summary refs log tree commit diff stats
path: root/index.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-09-18 09:55:49 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-09-18 09:55:49 -0700
commitbf37b4d56e0ff1c0eba338ff094c75762e3b1811 (patch)
tree7909dcea5c04e8f0c28a2f4a99678a1f3d131c11 /index.html
parent4de96970f192bc2226250e52d1366e985db90ab5 (diff)
downloadmu-bf37b4d56e0ff1c0eba338ff094c75762e3b1811.tar.gz
3401
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 38a7ca62..1cf62ef2 100644
--- a/index.html
+++ b/index.html
@@ -40,7 +40,7 @@ for testing.
 <li><a href='html/filesystem.mu.html'>filesystem.mu</a>: example program
 showing file primitives that inject a 'filesystem' dependency which can be
 faked for testing.
-<li><a href='html/static_dispatch.mu.html'>static_dispatch.mu</a>: example
+<li><a href='html/static-dispatch.mu.html'>static-dispatch.mu</a>: example
 program showing mu's ability to define recipes with headers, and allow
 recipes with the same name but different headers to coexist.
 <li><a href='html/chessboard.mu.html'>chessboard.mu</a>: a little program for