From 7979845d240cc982a6cae7961f5ddcad2a2be7a8 Mon Sep 17 00:00:00 2001 From: Austin Date: Thu, 2 Sep 2021 11:06:16 +0000 Subject: [PATCH] update en/device-dev/porting/porting-chip-prepare-knows.md. Signed-off-by: Austin --- en/device-dev/porting/porting-chip-prepare-knows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/device-dev/porting/porting-chip-prepare-knows.md b/en/device-dev/porting/porting-chip-prepare-knows.md index 7de3a048b0..d968489ab8 100644 --- a/en/device-dev/porting/porting-chip-prepare-knows.md +++ b/en/device-dev/porting/porting-chip-prepare-knows.md @@ -79,6 +79,6 @@ The **device** directory of OpenHarmony is the adaptation directory for the ba ## Porting Specifications -- The porting must comply with the basic OpenHarmony principles described in [Contribution](https://gitee.com/openharmony/docs/blob/master/en/contribute/contribution.md). +- The porting must comply with the basic OpenHarmony principles described in [Contribution](../../contribute/contribution.md). - The code required for third-party SoC adaptation is stored in the **device**, **vendor**, and **arch** directories. Naming and usage of these directories must comply with specified naming and usage specifications. For details, see [Directory Specifications](porting-chip-kernel-overview.md) and [Board-Level Directory Specifications](porting-chip-board-overview.md#section6204129143013). -- GitLab