From fc1ca7c74d520d9f55e2290b029898a6fbc04bdc Mon Sep 17 00:00:00 2001 From: NEEN Date: Thu, 29 Apr 2021 16:27:58 +0800 Subject: [PATCH] =?UTF-8?q?update=20zh-cn/device-dev/porting/=E7=A7=BB?= =?UTF-8?q?=E6=A4=8D=E9=A1=BB=E7=9F=A5.md.=20modify=20links?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../\347\247\273\346\244\215\351\241\273\347\237\245.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/zh-cn/device-dev/porting/\347\247\273\346\244\215\351\241\273\347\237\245.md" "b/zh-cn/device-dev/porting/\347\247\273\346\244\215\351\241\273\347\237\245.md" index 81a0341bf06..606c74b8920 100644 --- "a/zh-cn/device-dev/porting/\347\247\273\346\244\215\351\241\273\347\237\245.md" +++ "b/zh-cn/device-dev/porting/\347\247\273\346\244\215\351\241\273\347\237\245.md" @@ -53,6 +53,6 @@ OpenHarmony的device目录是基础芯片的适配目录,如果在三方芯片 ## 移植规范 -- 满足OpenHarmony[开源贡献基本规范和准则](https://gitee.com/openharmony/docs/blob/master/contribute/%E5%8F%82%E4%B8%8E%E8%B4%A1%E7%8C%AE.md)。 +- 满足OpenHarmony[开源贡献基本规范和准则](https://gitee.com/openharmony/docs/blob/master/zh-cn/contribute/%E5%8F%82%E4%B8%8E%E8%B4%A1%E7%8C%AE.md)。 - 三方芯片适配所需要贡献的代码主要在device、vendor和arch三个目录,参照[内核目录规范](移植概述.md#section18127744153119)和[板级目录规范](移植概述-0.md#section6204129143013)满足基本目录命名和使用规范。 -- Gitee