From af846ef218243f7a7227c95bb12e32d4340ad72d Mon Sep 17 00:00:00 2001 From: liyashuai Date: Mon, 26 May 2025 18:52:26 +0800 Subject: [PATCH] doc: fix connectedhomeip link error in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e2e4c247..c32531136 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ section in the ESP-Matter Programming Guide. ## Supported ESP-IDF and connectedhomeip versions -- This SDK currently works with commit [f6c3c83820](https://github.com/project-chip/connectedhomeip/tree/326cabf99c) of connectedhomeip. +- This SDK currently works with commit [f6c3c83820](https://github.com/project-chip/connectedhomeip/tree/f6c3c83820) of connectedhomeip. - For Matter projects development with this SDK, it is recommended to utilize ESP-IDF [v5.4.1](https://github.com/espressif/esp-idf/tree/v5.4.1). ## Documentation