1
0
Эх сурвалжийг харах

[HUST-CSE]fix:Invalid document link about env (#7262)

L3LeTrigger 2 жил өмнө
parent
commit
60835af8e1

+ 1 - 1
bsp/gd32/arm/docs/GD32_ARM系列BSP外设驱动使用教程.md

@@ -12,7 +12,7 @@
 
 ## 前提要求
 
-- 学会如何使用 ENV 工具,参考:[RT-Thread env 工具用户手册](https://www.rt-thread.org/document/site/programming-manual/env/env/)
+- 学会如何使用 ENV 工具,参考:[RT-Thread env 工具用户手册](https://www.rt-thread.org/document/site/#/development-tools/env/env)
 
 ## 如何使用更多的板载资源
 

+ 1 - 1
bsp/gd32/risc-v/docs/GD32_RISC-V系列BSP外设驱动使用教程.md

@@ -12,7 +12,7 @@
 
 ## 前提要求
 
-- 学会如何使用 ENV 工具,参考:[RT-Thread env 工具用户手册](https://www.rt-thread.org/document/site/programming-manual/env/env/)
+- 学会如何使用 ENV 工具,参考:[RT-Thread env 工具用户手册](https://www.rt-thread.org/document/site/#/development-tools/env/env)
 
 ## 如何使用更多的板载资源
 

+ 1 - 1
bsp/imxrt/docs/IMXRT系列BSP外设驱动使用教程.md

@@ -12,7 +12,7 @@
 
 ## 前提要求
 
-- 学会如何使用 ENV 工具,参考:[RT-Thread env 工具用户手册](https://www.rt-thread.org/document/site/programming-manual/env/env/)
+- 学会如何使用 ENV 工具,参考:[RT-Thread env 工具用户手册](https://www.rt-thread.org/document/site/#/development-tools/env/env)
 
 ## 如何使用更多的板载资源
 

+ 1 - 1
bsp/imxrt/docs/IMXRT系列外设驱动添加指南.md

@@ -6,7 +6,7 @@
 
 ## 2. 前提要求
 
-- 熟练使用 ENV 工具,参考:[RT-Thread env 工具用户手册](https://www.rt-thread.org/document/site/programming-manual/env/env/)
+- 熟练使用 ENV 工具,参考:[RT-Thread env 工具用户手册](https://www.rt-thread.org/document/site/#/development-tools/env/env)
 - 熟悉 Kconfig 语法
 - 熟悉 MCUXpresso 工具
 - 对 RT-Thread 设备驱动框架有一定了解

+ 1 - 1
bsp/renesas/docs/BSP_Peripheral_Driver_Tutorial_of_RA_Series.md

@@ -11,7 +11,7 @@ The main contents are following:
 
 ## 2. Prerequisites
 
-- Learn how to use the ENV tool, refer to: [RT-Thread env programming  manual](https://www.rt-thread.org/document/site/programming-manual/env/env/)
+- Learn how to use the ENV tool, refer to: [RT-Thread env programming  manual](https://www.rt-thread.org/document/site/#/development-tools/env/env)
 - Familiar with the use of the [FSP](https://www2.renesas.cn/jp/zh/software-tool/flexible-software-package-fsp)  configuration tool
 
 ## 3. How to Use More Peripheral Resources

+ 1 - 1
bsp/renesas/docs/RA系列BSP外设驱动使用教程.md

@@ -12,7 +12,7 @@
 
 ## 2. 前提要求
 
-- 学会如何使用 ENV 工具,参考:[RT-Thread env 工具用户手册](https://www.rt-thread.org/document/site/programming-manual/env/env/)
+- 学会如何使用 ENV 工具,参考:[RT-Thread env 工具用户手册](https://www.rt-thread.org/document/site/#/development-tools/env/env)
 - 熟悉 [FSP](https://www2.renesas.cn/jp/zh/software-tool/flexible-software-package-fsp) 配置工具的使用
 
 ## 3. 如何使用更多的外设资源

+ 1 - 1
bsp/stm32/docs/STM32系列BSP外设驱动使用教程.md

@@ -12,7 +12,7 @@
 
 ## 前提要求
 
-- 学会如何使用 ENV 工具,参考:[RT-Thread env 工具用户手册](https://www.rt-thread.org/document/site/programming-manual/env/env/)
+- 学会如何使用 ENV 工具,参考:[RT-Thread env 工具用户手册](https://www.rt-thread.org/document/site/#/development-tools/env/env)
 
 ## 如何使用更多的板载资源
 

+ 1 - 1
bsp/stm32/stm32u575-st-nucleo/stm32u575-st-nucleo Getting Started Guide.md

@@ -9,7 +9,7 @@ Before STM32U575-NUCLEO driver RW007 runs, the following preparations are essent
 > 1.STM32U575-NUCLEO   
 2.RW007 WiFi module  
 3.Mini-USB Connecting cable (connecting the development board with the computer)  
-4.ENV Compile build environment([Installation instructions](https://www.rt-thread.org/document/site/programming-manual/env/env/))  
+4.ENV Compile build environment([Installation instructions](https://www.rt-thread.org/document/site/#/development-tools/env/env))  
 5.common software(git,Keil5,STM32CubeMX,Serial debugging, etc)  
 
 ##Start on the Road

+ 1 - 1
bsp/stm32/stm32u575-st-nucleo/stm32u575-st-nucleo 上手指南.md

@@ -8,7 +8,7 @@ STM32U575-NUCLEO 上手指南是通过使用 SPI1 驱动 RW007 模块实例进
 > 1.STM32U575-NUCLEO 开发板  
 2.RW007 WiFi 模块  
 3.Mini-USB 连接线(连接开发板与电脑)  
-4.ENV 编译构建环境([安装使用说明](https://www.rt-thread.org/document/site/programming-manual/env/env/))  
+4.ENV 编译构建环境([安装使用说明](https://www.rt-thread.org/document/site/#/development-tools/env/env))  
 5.开发常用软件(git、Keil5、STM32CubeMX、串口调试等)  
 
 ##开始上路