about summary refs log tree commit diff stats
path: root/index.html
diff options
context:
space:
mode:
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 dde93753..f4b4aafb 100644
--- a/index.html
+++ b/index.html
@@ -110,7 +110,7 @@ allowing whitespace in reagents.
 <br/><a href='html/017parse_tree.cc.html'>017parse_tree.cc</a>: a new syntax
 for representing complex types as trees using whitespace and parentheses
 (s-expressions).
-<br/><a href='html/018type_abbreviations.cc.html'>018type_abbreviations.cc</a>:
+<br/><a href='html/019type_abbreviations.cc.html'>019type_abbreviations.cc</a>:
 the core types of Mu are designed to be fully explicit and familiar to
 non-programmers at the cost of some verbosity: <tt>number</tt>,
 <tt>character</tt>, <tt>boolean</tt>, etc. Once learners get acclimatized,