Skip to content

Commit ba446df

Browse files
committedFeb 21, 2025
Fix MyST cross-reference error in vs_code_development.md
1 parent c386a2a commit ba446df

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
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.

0 commit comments

Comments
 (0)