diff --git a/bsp/gd32/arm/docs/GD32_ARM系列BSP外设驱动使用教程.md b/bsp/gd32/arm/docs/GD32_ARM系列BSP外设驱动使用教程.md index 2c6868a8e1..d157dbe579 100644 --- a/bsp/gd32/arm/docs/GD32_ARM系列BSP外设驱动使用教程.md +++ b/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) ## 如何使用更多的板载资源 diff --git a/bsp/gd32/risc-v/docs/GD32_RISC-V系列BSP外设驱动使用教程.md b/bsp/gd32/risc-v/docs/GD32_RISC-V系列BSP外设驱动使用教程.md index ec15fdc45e..bfb17e0166 100644 --- a/bsp/gd32/risc-v/docs/GD32_RISC-V系列BSP外设驱动使用教程.md +++ b/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) ## 如何使用更多的板载资源 diff --git a/bsp/imxrt/docs/IMXRT系列BSP外设驱动使用教程.md b/bsp/imxrt/docs/IMXRT系列BSP外设驱动使用教程.md index 17b946410d..5ddaddfe6e 100644 --- a/bsp/imxrt/docs/IMXRT系列BSP外设驱动使用教程.md +++ b/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) ## 如何使用更多的板载资源 diff --git a/bsp/imxrt/docs/IMXRT系列外设驱动添加指南.md b/bsp/imxrt/docs/IMXRT系列外设驱动添加指南.md index 53cc9eeca8..88499167c9 100644 --- a/bsp/imxrt/docs/IMXRT系列外设驱动添加指南.md +++ b/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 设备驱动框架有一定了解 diff --git a/bsp/renesas/docs/BSP_Peripheral_Driver_Tutorial_of_RA_Series.md b/bsp/renesas/docs/BSP_Peripheral_Driver_Tutorial_of_RA_Series.md index 7116070b3d..7919561547 100644 --- a/bsp/renesas/docs/BSP_Peripheral_Driver_Tutorial_of_RA_Series.md +++ b/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 diff --git a/bsp/renesas/docs/RA系列BSP外设驱动使用教程.md b/bsp/renesas/docs/RA系列BSP外设驱动使用教程.md index 35f218a862..e977e2eef0 100644 --- a/bsp/renesas/docs/RA系列BSP外设驱动使用教程.md +++ b/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. 如何使用更多的外设资源 diff --git a/bsp/stm32/docs/STM32系列BSP外设驱动使用教程.md b/bsp/stm32/docs/STM32系列BSP外设驱动使用教程.md index ad0e7b2ece..a04fb57e87 100644 --- a/bsp/stm32/docs/STM32系列BSP外设驱动使用教程.md +++ b/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) ## 如何使用更多的板载资源 diff --git a/bsp/stm32/stm32u575-st-nucleo/stm32u575-st-nucleo Getting Started Guide.md b/bsp/stm32/stm32u575-st-nucleo/stm32u575-st-nucleo Getting Started Guide.md index 4d5a4b11bb..69583b7be5 100644 --- a/bsp/stm32/stm32u575-st-nucleo/stm32u575-st-nucleo Getting Started Guide.md +++ b/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 diff --git a/bsp/stm32/stm32u575-st-nucleo/stm32u575-st-nucleo 上手指南.md b/bsp/stm32/stm32u575-st-nucleo/stm32u575-st-nucleo 上手指南.md index 8c35904ab5..d263d71bf7 100644 --- a/bsp/stm32/stm32u575-st-nucleo/stm32u575-st-nucleo 上手指南.md +++ b/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、串口调试等) ##开始上路