From a97242eee1c1daa748031b2a4d0c02821f721a07 Mon Sep 17 00:00:00 2001 From: Gururaj Shetty <gururaj.shetty@huawei.com> Date: Tue, 29 Dec 2020 10:58:15 +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 dc45ecc..b32ff52 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. -* `Build and Run Using Zephyr <using zypher>`_ -* `Build and Run Using Yocto <using yocto>`_ -* `Build and Run Using FreeRTOS <using freertos>`_ +* :ref: `Build and Run Using Zephyr <using zypher>`_ +* :ref: `Build and Run Using Yocto <using yocto>`_ +* :ref:`Build and Run Using FreeRTOS <using freertos>`_ Currently OpenHarmony Supports building image using the following boards: -- GitLab