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.
This commit is contained in:
Christopher B. Speir 2024-03-22 03:37:38 -05:00 committed by Tshepang Mbambo
parent 9137b87dec
commit 562d701eb8
1 changed files with 1 additions and 1 deletions

View File

@ -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: