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:
parent
9137b87dec
commit
562d701eb8
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue