Skip to content

Commit 48a61c7

Browse files
committed
Fix MyST cross-reference error in vs_code_development.md
1 parent c386a2a commit 48a61c7

File tree

5 files changed

+13
-3
lines changed

5 files changed

+13
-3
lines changed

docs/examples/chef/README_DEVICE.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Device Setup for Chef Example
2+
3+
../shell/README_DEVICE.md

docs/examples/chef/README_OTCLI.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Device Setup for Chef Example
2+
3+
../shell/README_OTCLI.md

docs/examples/chef/README_SHELL.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Device Setup Guide for Chef Example
2+
3+
../shell/README.md

docs/platforms/esp32/vs_code_development.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ Follow
1818
[these](https://github.com/project-chip/connectedhomeip/edit/master/docs/VSCODE_DEVELOPMENT.md)
1919
steps to set up Visual Studio Code for Matter development.
2020

21-
### Linux <a name="linux">
21+
(linux)=
22+
### Linux
2223

2324
For Espressif esp32 devices:
2425

@@ -68,4 +69,4 @@ For Espressif esp32 devices:
6869

6970
1. Open connectedhomeip within WSL on Visual Studio Code.
7071

71-
1. Perform step 2 onwards from [Linux](#linux) guide.
72+
1. Perform step 2 onwards from {ref}`linux` guide.

examples/energy-management-app/linux/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ data (e.g. fabric info).
241241

242242
- See chip-repl documentation in:
243243
- [Working with Python CHIP Controller](../../../docs/development_controllers/chip-repl/python_chip_controller_building.md)
244-
- [Matter_REPL_Intro](../../../docs/development_controllers/chip-repl/Matter_REPL_Intro.ipynb)
244+
- [Matter_REPL_Intro](https://github.com/project-chip/connectedhomeip/blob/master/docs/development_controllers/chip-repl/Matter_REPL_Intro.ipynb)
245245

246246
### Building chip-repl:
247247

0 commit comments

Comments
 (0)