project-chip / connectedhomeip

Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance.
https://buildwithmatter.com
Apache License 2.0
7.45k stars 1.99k forks source link

[Documentation] [Silabs] Broken links since PR #26766 Rename examples folder #26881

Closed lboue closed 2 months ago

lboue commented 1 year ago

Documentation issues

Summary

Broken links in Silabs documentation since PR #26766 (Rename examples folder)

The path "./examples/lighting-app/silabs/efr32/" doesn't exist.

Test

cd ~/connectedhomeip
  ./scripts/examples/gn_silabs_example.sh ./examples/lighting-app/silabs/efr32/ ./out/lighting-app BRD4187C
+ PYTHON_PATH=/home/user/connectedhomeip/.environment/pigweed-venv/bin/python3
+ BUILD_DIR=./out/lighting-app/BRD4187C
+ echo BUILD_DIR=./out/lighting-app/BRD4187C
BUILD_DIR=./out/lighting-app/BRD4187C
+ '[' '' == true ']'
+ '[' false == true ']'
+ DOTFILE=./examples/lighting-app/silabs/efr32//openthread.gn
+ '[' false == true ']'
+ gn gen --check --script-executable=/home/user/connectedhomeip/.environment/pigweed-venv/bin/python3 --fail-on-unused-args --export-compile-commands --root=./examples/lighting-app/silabs/efr32/ --dotfile=./examples/lighting-app/silabs/efr32//openthread.gn '--args=silabs_board="BRD4187C" sl_matter_version_str="v1.1-master-1aca004d68-dirty" ' ./out/lighting-app/BRD4187C
ERROR Root source path not found.
The path "./examples/lighting-app/silabs/efr32/" doesn't exist.

Platform

efr32

bzbarsky-apple commented 1 year ago

@jepenven-silabs

lboue commented 11 months ago

Did you fix it?

lboue commented 2 months ago

Fixed