Skip to content

Commit 4b74dc1

Browse files
authored
Merge pull request #2 from SiliconLabsSoftware/MATTER-3938/SMG-removal
MATTER-3938: removed all mentions of SMG repo from documentation, pointing to upda…
2 parents 9c149d1 + b546c5e commit 4b74dc1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

sld251-matter-thread/build-flash-mad.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If you are coming from Simplicity Studio, you may have already installed the dem
3636
There are two ways to build a Matter Accessory Device image file. You can build it using the Silicon Labs Matter GitHub Repo or you can build it using Simplicity Studio. The entire build process for Simplicity Studio is covered in the [Matter Over Thread Quick Start Guide](/matter/{build-docspace-version}/matter-light-switch-example/02-thread-light-switch-example).
3737
There are two ways to build a Matter Accessory Device image file. You can build it using the Silicon Labs Matter GitHub Repo or you can build it using Simplicity Studio. The entire build process for Simplicity Studio is covered in the [Matter Over Thread Quick Start Guide](/matter/{build-docspace-version}/matter-light-switch-example/02-thread-light-switch-example).
3838

39-
- [Build Using the Matter GitHub Repo](https://github.com/SiliconLabs/matter/blob/latest/examples/lighting-app/silabs/efr32/README.md)
39+
- [Build Using the Matter GitHub Repo](https://github.com/project-chip/connectedhomeip/tree/master/examples/lighting-app/silabs)
4040
- [Build Using Simplicity Studio](/matter/{build-docspace-version}/matter-light-switch-example/02-thread-light-switch-example)
4141

4242
## Step 2: Flash the Matter Accessory Device

sld407-matter-ota/02-ota-software-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Multi-Chip OTA is implemented for EFR32 and SiWx917 NCP/SoC devices. Multi-chip
178178
179179
The script can be obtained from the Matter Extension github repository.
180180
181-
For more information on creating a Multi-Chip .ota file, see the [README.md](https://github.com/SiliconLabs/matter/blob/latest/scripts/tools/silabs/ota/README.md).
181+
For more information on creating a Multi-Chip .ota file, see the [README.md](https://github.com/project-chip/connectedhomeip/blob/master/scripts/tools/silabs/ota/README.md).
182182
183183
Applications must be built with the OTA Multi Image Requestor component added to the project in Simplicity Studio to enable them to process the TLVs.
184184

sld407-matter-ota/03-firmware-upgrades.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ commands on a Linux terminal running on either Linux machine, WSL or Virtual
2525
Machine to clone the repository and run bootstrap to prepare to build the sample
2626
application images.
2727

28-
1. To download the [SiliconLabs Matter codebase](https://github.com/SiliconLabs/matter.git) run the following commands.
28+
1. To download the [SiliconLabs Matter codebase](https://github.com/project-chip/connectedhomeip.git) run the following commands.
2929

3030
```shell
31-
$ git clone https://github.com/SiliconLabs/matter.git
31+
$ git clone https://github.com/project-chip/connectedhomeip.git
3232
```
3333

3434
2. Bootstrapping:

0 commit comments

Comments
 (0)