Skip to content

Commit

Permalink
Fix MyST cross-reference error in vs_code_development.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HaSH147 committed Feb 21, 2025
1 parent c386a2a commit ba446df
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/examples/chef/README_DEVICE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Device Setup for Chef Example

../shell/README_DEVICE.md
3 changes: 3 additions & 0 deletions docs/examples/chef/README_OTCLI.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Device Setup for Chef Example

../shell/README_OTCLI.md
3 changes: 3 additions & 0 deletions docs/examples/chef/README_SHELL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Device Setup Guide for Chef Example

../shell/README.md
5 changes: 3 additions & 2 deletions docs/platforms/esp32/vs_code_development.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ Follow
[these](https://github.com/project-chip/connectedhomeip/edit/master/docs/VSCODE_DEVELOPMENT.md)
steps to set up Visual Studio Code for Matter development.

### Linux <a name="linux">
(linux)=
### Linux

For Espressif esp32 devices:

Expand Down Expand Up @@ -68,4 +69,4 @@ For Espressif esp32 devices:

1. Open connectedhomeip within WSL on Visual Studio Code.

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

0 comments on commit ba446df

Please sign in to comment.