Skip to content

Commit

Permalink
Fix broken eps-idf links in ESP32 example READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamdp authored and pull[bot] committed Sep 25, 2023
1 parent c874525 commit 2189817
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 13 deletions.
4 changes: 2 additions & 2 deletions examples/all-clusters-app/esp32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ the riscv-esp32-elf toolchain for ESP32C3 modules.
The VSCode devcontainer has these components pre-installed, so you can skip this
step. To install these components manually, follow these steps:

- Clone the Espressif ESP-IDF and checkout
[v4.4 tag](https://github.com/espressif/esp-idf/releases/v4.4)
- Clone the Espressif ESP-IDF and checkout branch
[release/v4.4](https://github.com/espressif/esp-idf/tree/release/v4.4)

$ mkdir ${HOME}/tools
$ cd ${HOME}/tools
Expand Down
4 changes: 2 additions & 2 deletions examples/bridge-app/esp32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ Development Framework and the xtensa-esp32-elf toolchain.
The VSCode devcontainer has these components pre-installed, so you can skip this
step. To install these components manually, follow these steps:

- Clone the Espressif ESP-IDF and checkout
[v4.4 tag](https://github.com/espressif/esp-idf/releases/v4.4)
- Clone the Espressif ESP-IDF and checkout branch
[release/v4.4](https://github.com/espressif/esp-idf/tree/release/v4.4)

$ mkdir ${HOME}/tools
$ cd ${HOME}/tools
Expand Down
3 changes: 2 additions & 1 deletion examples/ipv6only-app/esp32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ Development Framework and the xtensa-esp32-elf toolchain.
The VSCode devcontainer has these components pre-installed, so you can skip this
step. To install these components manually, follow these steps:

- Clone the Espressif ESP-IDF and checkout release/v4.1 branch
- Clone the Espressif ESP-IDF and checkout branch
[release/v4.4](https://github.com/espressif/esp-idf/tree/release/v4.4)

$ mkdir ${HOME}/tools
$ cd ${HOME}/tools
Expand Down
4 changes: 2 additions & 2 deletions examples/lock-app/esp32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Development Framework and the xtensa-esp32-elf toolchain.
The VSCode devcontainer has these components pre-installed, so you can skip this
step. To install these components manually, follow these steps:

- Clone the Espressif ESP-IDF and checkout
[v4.4 tag](https://github.com/espressif/esp-idf/releases/v4.4)
- Clone the Espressif ESP-IDF and checkout branch
[release/v4.4](https://github.com/espressif/esp-idf/tree/release/v4.4)

$ mkdir ${HOME}/tools
$ cd ${HOME}/tools
Expand Down
4 changes: 2 additions & 2 deletions examples/persistent-storage/esp32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ Development Framework and the xtensa-esp32-elf toolchain.
The VSCode devcontainer has these components pre-installed, so you can skip this
step. To install these components manually, follow these steps:

- Clone the Espressif ESP-IDF and checkout
[v4.4 tag](https://github.com/espressif/esp-idf/releases/v4.4)
- Clone the Espressif ESP-IDF and checkout branch
[release/v4.4](https://github.com/espressif/esp-idf/tree/release/v4.4)

$ mkdir ${HOME}/tools
$ cd ${HOME}/tools
Expand Down
4 changes: 2 additions & 2 deletions examples/pigweed-app/esp32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ Development Framework and the xtensa-esp32-elf toolchain.
The VSCode devcontainer has these components pre-installed, so you can skip this
step. To install these components manually, follow these steps:

- Clone the Espressif ESP-IDF and checkout
[v4.4 tag](https://github.com/espressif/esp-idf/releases/v4.4)
- Clone the Espressif ESP-IDF and checkout branch
[release/v4.4](https://github.com/espressif/esp-idf/tree/release/v4.4)

$ mkdir ${HOME}/tools
$ cd ${HOME}/tools
Expand Down
4 changes: 2 additions & 2 deletions examples/temperature-measurement-app/esp32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Development Framework and the xtensa-esp32-elf toolchain.
The VSCode devcontainer has these components pre-installed, so you can skip this
step. To install these components manually, follow these steps:

- Clone the Espressif ESP-IDF and checkout
[v4.4 tag](https://github.com/espressif/esp-idf/releases/v4.4)
- Clone the Espressif ESP-IDF and checkout branch
[release/v4.4](https://github.com/espressif/esp-idf/tree/release/v4.4)

$ mkdir ${HOME}/tools
$ cd ${HOME}/tools
Expand Down

0 comments on commit 2189817

Please sign in to comment.