Skip to content

Commit 27fe099

Browse files
committed
fix(readme): fix 404 http links
1 parent 4e57e78 commit 27fe099

File tree

3 files changed

+4
-4
lines changed
  • components/sensors/humiture/aht20
  • examples
    • camera
    • usb/device/usb_extend_screen/components/espressif__esp_lvgl_port/examples/touchscreen

3 files changed

+4
-4
lines changed

components/sensors/humiture/aht20/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ I2C driver and definition of AHT20 humidity and temperature sensor.
55

66
Components compatible with AHT30 and AHT21 (AHT21 is deprecated).
77

8-
See [AHT20 datasheet](http://www.aosong.com/en/products-32.html), [AHT30 datasheet](http://www.aosong.com/en/products-131.html).
8+
See [AHT20 datasheet](https://asairsensors.com/wp-content/uploads/2021/09/Data-Sheet-AHT20-Humidity-and-Temperature-Sensor-ASAIR-V1.0.03.pdf), [AHT30 datasheet](https://asairsensors.com/product/aht30-integrated-temperature-and-humidity-sensor/).
99

1010
## Usage
1111

examples/camera/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The APIs included in the [esp32-camera](https://github.com/espressif/esp32-camer
7878
Convert image buffer to RGB565 buffer.
7979

8080
### Header File
81-
- [esp32-camera/conversions/include/esp_jpg_decode.h](https://github.com/espressif/esp32-camera/blob/master/conversions/include/esp_jpg_decode.h)
81+
- [esp32-camera/conversions/include/esp_jpg_decode.h](https://github.com/espressif/esp32-camera/blob/v2.0.0/conversions/include/esp_jpg_decode.h)
8282
#### Functions
8383
- `esp_err_t esp_jpg_decode(size_t len, jpg_scale_t scale, jpg_reader_cb reader, jpg_writer_cb writer, void * arg)`
8484
JPEG scaling function.

examples/usb/device/usb_extend_screen/components/espressif__esp_lvgl_port/examples/touchscreen/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Very simple example for demonstration of initialization and usage of the `esp_lv
44

55
## 1. LCD HW initialization - `app_lcd_init()`
66

7-
Standard HW initialization of the LCD using [`esp_lcd`](https://github.com/espressif/esp-idf/tree/master/components/esp_lcd) component. Settings of this example are fully compatible with [ESP-BOX](https://github.com/espressif/esp-bsp/tree/master/esp-box) board.
7+
Standard HW initialization of the LCD using [`esp_lcd`](https://github.com/espressif/esp-idf/tree/master/components/esp_lcd) component. Settings of this example are fully compatible with [ESP-BOX](https://github.com/espressif/esp-bsp/tree/master/bsp/esp-box-3) board.
88

99
## 2. Touch HW initialization - `app_touch_init()`
1010

11-
Standard HW initialization of the LCD touch using [`esp_lcd_touch`](https://github.com/espressif/esp-bsp/tree/master/components/lcd_touch/esp_lcd_touch) component. Settings of this example are fully compatible with [ESP-BOX](https://github.com/espressif/esp-bsp/tree/master/esp-box) board.
11+
Standard HW initialization of the LCD touch using [`esp_lcd_touch`](https://github.com/espressif/esp-bsp/tree/master/components/lcd_touch/esp_lcd_touch) component. Settings of this example are fully compatible with [ESP-BOX](https://github.com/espressif/esp-bsp/tree/master/bsp/esp-box-3) board.
1212

1313
## 3. LVGL port initialization - `app_lvgl_init()`
1414

0 commit comments

Comments
 (0)