Skip to content

Commit 44e1e0a

Browse files
committed
docs(launchpad): fix unreachable links
1 parent 7861780 commit 44e1e0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/usb/device/usb_webcam/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This example demonstrates how to use ESP32-Sx USB function as the USB Web Camera
1010

1111
### Try the example through the esp-launchpad
1212

13-
<a href="https://espressif.github.io/esp-launchpad/?flashConfigURL=https://raw.githubusercontent.com/espressif/esp-dev-kits/master/launch.toml">
13+
<a href="https://espressif.github.io/esp-launchpad/?flashConfigURL=https://dl.espressif.com/AE/esp-iot-solution/config.toml">
1414
<img alt="Try it with ESP Launchpad" src="https://espressif.github.io/esp-launchpad/assets/try_with_launchpad.png" width="200" height="56">
1515
</a>
1616

examples/usb/host/usb_camera_lcd_display/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This routine demonstrates how to use the [usb_stream](https://components.espress
99

1010
## Try the example through the esp-launchpad
1111

12-
<a href="https://espressif.github.io/esp-launchpad/?flashConfigURL=https://raw.githubusercontent.com/espressif/esp-dev-kits/master/launch.toml">
12+
<a href="https://espressif.github.io/esp-launchpad/?flashConfigURL=https://dl.espressif.com/AE/esp-iot-solution/config.toml">
1313
<img alt="Try it with ESP Launchpad" src="https://espressif.github.io/esp-launchpad/assets/try_with_launchpad.png" width="200" height="56">
1414
</a>
1515

0 commit comments

Comments
 (0)