Skip to content

Commit 95f9131

Browse files
pzichpzcfg
authored andcommitted
Fix broken API references
1 parent 6aa8434 commit 95f9131

33 files changed

+37
-34
lines changed

content/components/binary_sensor/ble_presence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,5 +136,5 @@ Alternatively you can:
136136
- {{< docref "/components/esp32_ble_tracker" >}}
137137
- {{< docref "/components/esp32_ble_beacon" >}}
138138
- {{< docref "/components/binary_sensor" >}}
139-
- {{< apiref "ble_presence/ble_presence.h" "ble_presence/ble_presence.h" >}}
139+
- {{< apiref "ble_presence/ble_presence_device.h" "ble_presence/ble_presence_device.h" >}}
140140
- [ESP32 BLE for Arduino](https://github.com/nkolban/ESP32_BLE_Arduino) by [Neil Kolban](https://github.com/nkolban).

content/components/button/factory_reset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ button:
4343
- {{< docref "safe_mode/" >}}
4444
- {{< docref "/components/switch/factory_reset" >}}
4545
- {{< docref "template/" >}}
46-
- {{< apiref "factory_reset/factory_reset_button.h" "factory_reset/factory_reset_button.h" >}}
46+
- {{< apiref "factory_reset/button/factory_reset_button.h" "factory_reset/button/factory_reset_button.h" >}}

content/components/climate/bedjet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,4 +211,4 @@ ota:
211211

212212
- {{< docref "/components/ble_client" >}}
213213
- {{< docref "/components/climate" >}}
214-
- {{< apiref "bedjet/bedjet.h" "bedjet/bedjet.h" >}}
214+
- {{< apiref "bedjet/bedjet_hub.h" "bedjet/bedjet_hub.h" >}}

content/components/climate/midea.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,4 +283,4 @@ Special thanks to the project [IRremoteESP8266](https://github.com/crankyoldgit/
283283
## See Also
284284

285285
- {{< docref "/components/climate" >}}
286-
- {{< apiref "climate/midea_ac.h" "climate/midea_ac.h" >}}
286+
- {{< apiref "midea/air_conditioner.h" "midea/air_conditioner.h" >}}

content/components/display/pcd8544.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ To use a backlight LIGHT pin needs to be connected to ground. If connected to GP
6060
## See Also
6161

6262
- {{< docref "index/" >}}
63-
- {{< apiref "pcd8544/pcd8544.h" "pcd8544/pcd8544.h" >}}
63+
- {{< apiref "pcd8544/pcd_8544.h" "pcd8544/pcd_8544.h" >}}
6464
- [Tutorial from Adafruit](https://learn.adafruit.com/nokia-5110-3310-monochrome-lcd)
6565
- [PCD8544 Library](https://github.com/adafruit/Adafruit-PCD8544-Nokia-5110-LCD-library) by [Adafruit](https://www.adafruit.com/)

content/components/display/st7567.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,4 @@ display:
172172
- [Display Menu](#display_menu)
173173
- [I²C Bus](#i2c)
174174
- [SPI Bus](#spi)
175-
- {{< apiref "st7567/st7567.h" "st7567/st7567.h" >}}
175+
- {{< apiref "st7567_base/st7567_base.h" "st7567_base/st7567_base.h" >}}

content/components/display/st7789v.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,4 +306,4 @@ display:
306306

307307
- {{< docref "index/" >}}
308308
- {{< docref "/components/power_supply" "Power Supply Component" >}}
309-
- {{< apiref "st7789v_base/st7789v_base.h" "st7789v_base/st7789v_base.h" >}}
309+
- {{< apiref "st7789v/st7789v.h" "st7789v/st7789v.h" >}}

content/components/espnow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,4 +214,4 @@ automatically add any peer that data is sent to.
214214

215215
## See Also
216216

217-
- {{< apiref "espnow/espnow.h" "espnow/espnow.h" >}}
217+
- {{< apiref "espnow/espnow_component.h" "espnow/espnow_component.h" >}}

content/components/light/beken_spi_led_strip.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,5 @@ light:
5555

5656
- {{< docref "/components/light" >}}
5757
- {{< docref "/components/power_supply" >}}
58-
- {{< apiref "beken_spi_led_strip/beken_spi_led_strip.h" "beken_spi_led_strip/beken_spi_led_strip.h" >}}
58+
"beken_spi_led_strip/led_strip.h"
59+
- {{< apiref "beken_spi_led_strip/led_strip.h" "beken_spi_led_strip/led_strip.h" >}}

content/components/light/esp32_rmt_led_strip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ please consider adding support to the codebase and add it to the list above.
9292

9393
- {{< docref "/components/light" >}}
9494
- {{< docref "/components/power_supply" >}}
95-
- {{< apiref "esp32_rmt_led_strip/esp32_rmt_led_strip.h" "esp32_rmt_led_strip/esp32_rmt_led_strip.h" >}}
95+
- {{< apiref "esp32_rmt_led_strip/led_strip.h" "esp32_rmt_led_strip/led_strip.h" >}}

0 commit comments

Comments
 (0)