diff --git a/docs/lite/docs/source_en/use/micro.md b/docs/lite/docs/source_en/use/micro.md index c95ebcdd02d71136a827d6a3b17ef3839c184999..4600709390b3e730c66ad545d1a040a9c4d1bfb1 100644 --- a/docs/lite/docs/source_en/use/micro.md +++ b/docs/lite/docs/source_en/use/micro.md @@ -278,7 +278,7 @@ This chapter uses the STM32F767 startup project as an example to describe how to #### Integrating Model Inference Code and Inference Package -- Copy the generated inference code to the project, decompress the inference package obtained in [Downloading Inference Package of Cortex-M Architecture](#downloading-inference-package-of-cortex-M-architecture), and place it in the generated inference code directory, as shown in the following figure: +- Copy the generated inference code to the project, decompress the inference package obtained in [Downloading Inference Package of Cortex-M Architecture](#downloading-inference-package-of-cortex-m-architecture), and place it in the generated inference code directory, as shown in the following figure: ```text test_stm32f767 # MCU project directory @@ -414,7 +414,7 @@ This chapter uses the STM32F767 startup project as an example to describe how to #### Integrating Model Inference Code and Inference Package -- Copy the generated inference code to the project, decompress the inference package obtained in [Downloading Inference Package of Cortex-M Architecture](#downloading-inference-package-of-cortex-M-mrchitecture), and place it in the generated inference code directory, as shown in the following figure: +- Copy the generated inference code to the project, decompress the inference package obtained in [Downloading Inference Package of Cortex-M Architecture](#downloading-inference-package-of-cortex-m-mrchitecture), and place it in the generated inference code directory, as shown in the following figure: ```text stm32f767 # MCU project directory