@@ -80,18 +80,18 @@ to post suggestions on the mailing list.
8080h3. Part 1: Objects
8181
8282* "Chapter 1: A Minimal Introduction to Ruby":chapter01.html
83- * "Chapter 2: Objects":chapter02 .html
84- * "Chapter 3: Names and name tables":chapter03 .html
85- * "Chapter 4: Classes and modules":chapter04 .html
83+ * "Chapter 2: Objects":object .html
84+ * "Chapter 3: Names and name tables":name .html
85+ * "Chapter 4: Classes and modules":class .html
8686* Chapter 5: Garbage collection
87- * "Chapter 6: Variables and constants":chapter06 .html
88- * "Chapter 7: Security":chapter07 .html
87+ * "Chapter 6: Variables and constants":variable .html
88+ * "Chapter 7: Security":security .html
8989
9090h3. Part 2: Syntax analysis
9191
9292* "Chapter 8: Ruby Language Details":chapter08.html
9393* Chapter 9: yacc crash course
94- * "Chapter 10: Parser":chapter10 .html
94+ * "Chapter 10: Parser":parser .html
9595* Chapter 11: Context-dependent scanner
9696* Chapter 12: Syntax tree construction
9797
@@ -105,7 +105,7 @@ h3. Part 3: Evaluation
105105
106106h3. Part 4: Around the evaluator
107107
108- * "Chapter 18: Loading":chapter18 .html
108+ * "Chapter 18: Loading":load .html
109109* Chapter 19: Threads
110110
111111* Final chapter: Ruby's future
0 commit comments