diff --git a/en/readme/compilation-and-building.md b/en/readme/compilation-and-building.md
index e4493c817ba1fd1092cc21f8ac7f875d99379607..6cef2599c5490b92e7c6137f9f16b6dbbabb5dae 100644
--- a/en/readme/compilation-and-building.md
+++ b/en/readme/compilation-and-building.md
@@ -1,4 +1,4 @@
-# Compilation and Building
+# Compilation and Building
The compilation and building subsystem provides a framework based on Generate Ninja (GN) and Ninja. This subsystem allows you to:
@@ -7,7 +7,7 @@ The compilation and building subsystem provides a framework based on Generate Ni
- Package capabilities required by a product by assembling modules based on the product configuration.
-## Basic Concepts
+## Basic Concepts
It is considered best practice to learn the following basic concepts before you start building:
@@ -32,7 +32,7 @@ It is considered best practice to learn the following basic concepts before you
Ninja is a small high-speed build system.
-## Working Principles
+## Working Principles
The compilation and build process of OpenHarmony is as follows:
@@ -40,15 +40,15 @@ The compilation and build process of OpenHarmony is as follows:
- Running GN: Configure the toolchain and global options based on the parsed product name and compilation type.
- Running Ninja: Start building and generate a product distribution.
-## Building a Mini or Small System
+## Building a Mini or Small System
See [build\_lite](https://gitee.com/openharmony/build_lite/blob/master/README.md).
-## Building a Standard System
+## Building a Standard System
-See the readme of the **build** repository.
+See [build](https://gitee.com/openharmony/build).
-## Repositories Involved
+## Repositories Involved
**Compilation and building**