From 198bf4d67d54daada60a65565572c737fd5821fa 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 253a94956..33ac97010 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: