From d2502c455993f61dd7d44a74f54d78af348175d5 Mon Sep 17 00:00:00 2001 From: Austin Date: Wed, 13 Jul 2022 09:27:03 +0000 Subject: [PATCH] update zh-cn/device-dev/porting/porting-stm32f407-on-minisystem-eth.md. Signed-off-by: Austin23 --- zh-cn/device-dev/porting/porting-stm32f407-on-minisystem-eth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/device-dev/porting/porting-stm32f407-on-minisystem-eth.md b/zh-cn/device-dev/porting/porting-stm32f407-on-minisystem-eth.md index 14632f15e7..6ab8644133 100644 --- a/zh-cn/device-dev/porting/porting-stm32f407-on-minisystem-eth.md +++ b/zh-cn/device-dev/porting/porting-stm32f407-on-minisystem-eth.md @@ -92,7 +92,7 @@ vendor └── niobe407 --- 产品名字:niobe407 ``` -获取[OpenHarmony源码](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/get-code/sourcecode-acquire.md),根据上述目录规划,创建相应文件夹。 +获取[OpenHarmony源码](../get-code/sourcecode-acquire.md),根据上述目录规划,创建相应文件夹。 ### 预编译适配 -- GitLab