From ac810b186ed4f954323afd804cd4d1465ed8b6f2 Mon Sep 17 00:00:00 2001 From: Manav Mehta Date: Fri, 16 Dec 2022 13:48:07 +0000 Subject: [PATCH] Pull request #456: 917 SoC - Group and OTA Guide Link Corrections in README Pages Merge in WMN_TOOLS/matter from feature/docs_readme_link_corrections to RC_1.0.2-1.0 Squashed commit of the following: commit c0f7f30a0434eee6d893e80ce2a947e2e7a2a58c Author: Manav Mehta Date: Fri Dec 16 16:36:45 2022 +0530 OTA Guide Link Corrections in Switch and Window App README pages commit 3f10d5f7db3d56dd90738ace6f83e20c2128be92 Author: Manav Mehta Date: Fri Dec 16 16:30:21 2022 +0530 Group and OTA Guide Link Corrections in Light and Lock README Pages --- examples/light-switch-app/silabs/efr32/README.md | 2 +- examples/lighting-app/silabs/SiWx917/README.md | 2 +- examples/lighting-app/silabs/efr32/README.md | 4 ++-- examples/lock-app/silabs/efr32/README.md | 2 +- examples/window-app/silabs/efr32/README.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/light-switch-app/silabs/efr32/README.md b/examples/light-switch-app/silabs/efr32/README.md index 82bbc1c3295e9b..a0f45b38b8df78 100644 --- a/examples/light-switch-app/silabs/efr32/README.md +++ b/examples/light-switch-app/silabs/efr32/README.md @@ -432,7 +432,7 @@ tracking code inside the `trackAlloc` and `trackFree` function For the description of Software Update process with EFR32 example applications see -[EFR32 OTA Software Update](../../../docs/guides/silabs_efr32_software_update.md) +[EFR32 OTA Software Update](../../../../docs/guides/silabs_efr32_software_update.md) ## Building options diff --git a/examples/lighting-app/silabs/SiWx917/README.md b/examples/lighting-app/silabs/SiWx917/README.md index 0ee279e653e893..76f580e6a8a1de 100644 --- a/examples/lighting-app/silabs/SiWx917/README.md +++ b/examples/lighting-app/silabs/SiWx917/README.md @@ -150,7 +150,7 @@ tracking code inside the `trackAlloc` and `trackFree` function With this lighting example you can also use group communication to send Lighting commands to multiples devices at once. Please refer to the -[chip-tool documentation](../../chip-tool/README.md) _Configuring the server +[chip-tool documentation](../../../chip-tool/README.md) _Configuring the server side for Group Commands_ and _Using the Client to Send Group (Multicast) Matter Commands_ diff --git a/examples/lighting-app/silabs/efr32/README.md b/examples/lighting-app/silabs/efr32/README.md index f8d44e136026ca..f4dc47d4b6d289 100644 --- a/examples/lighting-app/silabs/efr32/README.md +++ b/examples/lighting-app/silabs/efr32/README.md @@ -381,13 +381,13 @@ tracking code inside the `trackAlloc` and `trackFree` function For the description of Software Update process with EFR32 example applications see -[EFR32 OTA Software Update](../../../docs/guides/silabs_efr32_software_update.md) +[EFR32 OTA Software Update](../../../../docs/guides/silabs_efr32_software_update.md) ## Group Communication (Multicast) With this lighting example you can also use group communication to send Lighting commands to multiples devices at once. Please refer to the -[chip-tool documentation](../../chip-tool/README.md) _Configuring the server +[chip-tool documentation](../../../chip-tool/README.md) _Configuring the server side for Group Commands_ and _Using the Client to Send Group (Multicast) Matter Commands_ diff --git a/examples/lock-app/silabs/efr32/README.md b/examples/lock-app/silabs/efr32/README.md index 492f7e191df08d..9e845cde1e0d2d 100644 --- a/examples/lock-app/silabs/efr32/README.md +++ b/examples/lock-app/silabs/efr32/README.md @@ -413,7 +413,7 @@ tracking code inside the `trackAlloc` and `trackFree` function For the description of Software Update process with EFR32 example applications see -[EFR32 OTA Software Update](../../../docs/guides/silabs_efr32_software_update.md) +[EFR32 OTA Software Update](../../../../docs/guides/silabs_efr32_software_update.md) ## Building options diff --git a/examples/window-app/silabs/efr32/README.md b/examples/window-app/silabs/efr32/README.md index 45466c4a54aaf5..8040195b21d8b5 100644 --- a/examples/window-app/silabs/efr32/README.md +++ b/examples/window-app/silabs/efr32/README.md @@ -350,7 +350,7 @@ combination with JLinkRTTClient as follows: For the description of Software Update process with EFR32 example applications see -[EFR32 OTA Software Update](../../../docs/guides/silabs_efr32_software_update.md) +[EFR32 OTA Software Update](../../../../docs/guides/silabs_efr32_software_update.md) ## Building options