diff --git a/pages/index.typ b/pages/index.typ index 5491ed3..ec5e660 100644 --- a/pages/index.typ +++ b/pages/index.typ @@ -42,7 +42,7 @@ #tree-list( (level:1, body: [ Making a simple RegEx engine ]), (level:2, body: html-href("article-make-regex-engine-1.typ.desktop.html")[ Part 1: Introduction to RegEx ]), - (level:1, body: html-href("compiler-pattern-matching.typ.desktop.html")[ Compiler Pattern Matching ]), + (level:1, body: html-href("compiler-pattern-matching.typ.desktop.html")[ Approaches to pattern matching in compilers ]), ) #br()