diff --git a/documentation/source/quickstart/BuildOpenharmony.rst b/documentation/source/quickstart/BuildOpenharmony.rst
index ec82730c86a64e41c53ca17ba2ab01218c8d451a..0c9fbb27d7e482472ff13a738cc5b63b38323bc6 100644
--- a/documentation/source/quickstart/BuildOpenharmony.rst
+++ b/documentation/source/quickstart/BuildOpenharmony.rst
@@ -6,7 +6,7 @@ Building OpenHarmony Image
 OpenHarmony is a distributed OS that is designed to run on top of variety of OS kernels. Currently the supported kernels are  Zephyr, Yocto, and FreeRTOS. To build OpenHarmony image, you need add multiple layers called meta-ohos. meta-ohos is an umbrella meta layer containing all layers required to build OpenHarmony Image basing on existing kernel meta-layers. This section describes how to build, add layers, and run the OpenHarmony image. 
 
 * `Build and Run Using Zephyr <using zypher>`_
-* `Build and Run Using Yocto <using yocto>`_ 
+* `Build and Run Using Linux <using linux>`_ 
 * `Build and Run Using FreeRTOS <using freertos>`_
 
 
@@ -103,10 +103,10 @@ After successful bootup, the following message should be displayed:
    Philosopher 3 [P: 0]   EATING  [  525 ms ]
    Philosopher 4 [C: -1]  THINKING [  475 ms ]
 
-.. _using yocto:
+.. _using linux:
 
 
-Build and Run Using Yocto
+Build and Run Using Linux
 ----------------------------------------
 1. Once git repo has been installed, clone the necessary repositories.