From 30e4396e9ddbf62f340b18bcf0352a2b4f6f0aec Mon Sep 17 00:00:00 2001
From: Gururaj Shetty <gururaj.shetty@huawei.com>
Date: Tue, 29 Dec 2020 10:59:55 +0000
Subject: [PATCH] Update documentation/source/quickstart/BuildOpenharmony.rst

---
 documentation/source/quickstart/BuildOpenharmony.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/documentation/source/quickstart/BuildOpenharmony.rst b/documentation/source/quickstart/BuildOpenharmony.rst
index 2bd42e2..47c3bef 100644
--- a/documentation/source/quickstart/BuildOpenharmony.rst
+++ b/documentation/source/quickstart/BuildOpenharmony.rst
@@ -5,9 +5,9 @@ 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. 
 
-* :ref: `Build and Run Using Zephyr <using zypher>`
-* :ref:`Build and Run Using Yocto <using yocto>`
-* :ref:`Build and Run Using FreeRTOS <using freertos>`_
+* `Build and Run Using Zephyr <using zypher>`_
+* `Build and Run Using Yocto <using yocto>`_ 
+* `Build and Run Using FreeRTOS <using freertos>`_
 
 
 Currently OpenHarmony Supports building image using the following boards: 
-- 
GitLab