From 562d701eb89812be56b57c94835213fd7e0f77d6 Mon Sep 17 00:00:00 2001 From: "Christopher B. Speir" Date: Fri, 22 Mar 2024 03:37:38 -0500 Subject: [PATCH] Fix broken link in chapter '1. How to build and run the compiler' The 'read this chapter' link under the 'What is x.py?' section returned a Document not found (404) error. --- src/building/how-to-build-and-run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/building/how-to-build-and-run.md b/src/building/how-to-build-and-run.md index 253a9495..33ac9701 100644 --- a/src/building/how-to-build-and-run.md +++ b/src/building/how-to-build-and-run.md @@ -51,7 +51,7 @@ compiler and standard library. This chapter focuses on the basics to be productive, but if you want to learn more about `x.py`, [read this chapter][bootstrap]. -[bootstrap]: ./bootstrapping.md +[bootstrap]: ./bootstrapping/intro.md Also, using `x` rather than `x.py` is recommended as: