Skip to content

Commit 1762ed4

Browse files
committed
Fix up some new references
1 parent 4d2cca3 commit 1762ed4

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
lines changed

docs/platforms/esp32/build_app_and_commission.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ $ out/debug/chip-tool pairing ble-wifi 12345 MY_SSID MY_PASSWORD 20202021 3840
168168
#### Commissioning the Thread device (ESP32H2)
169169
170170
- For ESP32-H2, firstly start OpenThread Border Router, you can either use
171-
[Raspberry Pi OpenThread Border Router](../openthread_border_router_pi.md)
171+
[Raspberry Pi OpenThread Border Router](../openthread/openthread_border_router_pi.md)
172172
OR
173173
[ESP32 OpenThread Border Router](../../../examples/thread-br-app/esp32/README.md)
174174

examples/contact-sensor-app/nxp/k32w0/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ internal flash space can be found in the
618618
The steps for building the SSBL binary with appropriate configuration and
619619
writing to the board the binary and other OTA related configurations are
620620
described in the
621-
[K32W0x1 OTA guide](../../../../docs/guides/nxp/nxp_k32w0_ota_guide.md).
621+
[K32W0x1 OTA guide](../../../../docs/platforms/nxp/nxp_k32w0_ota_guide.md).
622622

623623
Note that the application needs to be built using the
624624
`chip_enable_ota_requestor=true` option. This is enabled in the configuration by

examples/lighting-app/bouffalolab/README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ The following steps take examples for `BL602DK`, `BL704LDK` and `BL706DK`.
173173
174174
- `BL602DK`, `BL704LDK` and `BL706DK`.
175175
176-
177176
```shell
178177
./out/bouffalolab-bl602dk-light/chip-bl602-lighting-example.flash.py --port /dev/ttyACM0
179178
./out/bouffalolab-bl704ldk-light/chip-bl702l-lighting-example.flash.py --port /dev/ttyACM0
@@ -301,11 +300,11 @@ ota-provider-app build and usage.
301300
- Add boot parameters, signature/encryption if specified
302301
- And specify whether image has be compressed.
303302
- Add Matter recognition header by
304-
[ota_image_tool.py](../../../docs/guides/openthread_border_router_pi.md).
303+
[ota_image_tool.py](../../../docs/platforms/openthread/openthread_border_router_pi.md).
305304

306305
Script `*.flash.py` builds `Bouffalo Lab` bootable image and call
307-
[ota_image_tool.py](../../../docs/guides/openthread_border_router_pi.md) to add
308-
Matter recognition header. Take `BL602DK` as example.
306+
[ota_image_tool.py](../../../docs/platforms/openthread/openthread_border_router_pi.md)
307+
to add Matter recognition header. Take `BL602DK` as example.
309308

310309
```shell
311310
./out/bouffalolab-bl602dk-light/chip-bl602-lighting-example.flash.py --build-ota --vendor-id <vendor id> --product-id <product id> --version <version> --version-str <version string> --digest-algorithm <digest algorithm>

examples/lighting-app/nxp/k32w0/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ internal flash space can be found in the
595595
The steps for building the SSBL binary with appropriate configuration and
596596
writing to the board the binary and other OTA related configurations are
597597
described in the
598-
[K32W0x1 OTA guide](../../../../docs/guides/nxp/nxp_k32w0_ota_guide.md).
598+
[K32W0x1 OTA guide](../../../../docs/platforms/nxp/nxp_k32w0_ota_guide.md).
599599

600600
Note that the application needs to be built using the
601601
`chip_enable_ota_requestor=true` option. This is enabled in the configuration by

examples/thread-br-app/esp32/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ A prototype application that demonstrates OpenThread Border Router on ESP32-S3 +
44
ESP32-H2 Thread Border Router DevKit Board.
55

66
Please
7-
[setup ESP-IDF and CHIP Environment](../../../docs/guides/esp32/setup_idf_chip.md)
7+
[setup ESP-IDF and CHIP Environment](../../../docs/platforms/esp32/setup_idf_chip.md)
88
and refer
9-
[building and commissioning](../../../docs/guides/esp32/build_app_and_commission.md)
9+
[building and commissioning](../../../docs/platforms/esp32/build_app_and_commission.md)
1010
guides to get started.
1111

1212
---

0 commit comments

Comments
 (0)