From 9d4a897d47a7bcb206088546e023bdd5e1ae2b1b Mon Sep 17 00:00:00 2001 From: WanqQixiang Date: Wed, 6 Nov 2024 14:40:09 +0800 Subject: [PATCH] fix(zigbee_example): Fix the link in zigbee gateway readme file --- examples/zigbee/esp_zigbee_gateway/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/zigbee/esp_zigbee_gateway/README.md b/examples/zigbee/esp_zigbee_gateway/README.md index 67b965aabc..e313e611e9 100644 --- a/examples/zigbee/esp_zigbee_gateway/README.md +++ b/examples/zigbee/esp_zigbee_gateway/README.md @@ -127,7 +127,7 @@ I (6339) ESP_ZB_GATEWAY: Network steering started ## Gateway Functions * When the device starts up, it will attempt to connect to a Wi-Fi network and then interface with the OT-RCP via UART to form a Zigbee network. - * For more Gateway functionalities, please refer to [matter zigbee bridge](https://github.com/espressif/esp-matter/tree/main/examples/zigbee_bridge/) and [Rainmaker Zigbee Gateway](https://github.com/espressif/esp-rainmaker/tree/master/examples/zigbee_gateway) examples. + * For more Gateway functionalities, please refer to [matter zigbee bridge](https://github.com/espressif/esp-matter/tree/main/examples/bridge_apps/zigbee_bridge/) and [Rainmaker Zigbee Gateway](https://github.com/espressif/esp-rainmaker/tree/master/examples/zigbee_gateway) examples. ## Troubleshooting