Skip to content

Commit cf4bbfd

Browse files
committed
Fix broken links
1 parent 2fb150d commit cf4bbfd

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/howto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ The Simpsons:d=4,o=5,b=160:c.6,e6,f#6,8a6,g.6,e6,c6,8a,8f#,8f#,8f#,2g,8p,8p,8f#,
306306

307307
![HA - Developer Tools - Action - RTTTL Play](pics/ha_developer_tools_action_rtttl_play.png)
308308

309-
More information: https://esphome.io/components/rtttl.html#common-beeps
309+
More information: https://esphome.io/components/rtttl/#common-beeps
310310

311311
More songs: https://codebender.cc/sketch:109888#RTTTL%20Songs.ino
312312

docs/install.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ With less memory the compiler will crash!
6767

6868
- **Installing ESPHome as a Home Assistant Add-On**: For seamless integration with Home Assistant, ESPHome can be installed as an add-on.
6969
This method provides an easy-to-navigate interface and direct integration with your Home Assistant setup.
70-
For detailed instructions on this installation method, refer to [Getting Started with ESPHome and Home Assistant](https://esphome.io/guides/getting_started_hassio).
70+
For detailed instructions on this installation method, refer to [Getting Started with ESPHome and Home Assistant](https://esphome.io/guides/getting_started_hassio/).
7171

7272
- **Manual Installation of ESPHome**: A manual installation on your computer might be preferred
7373
if your Home Assistant's host is resource-limited and struggles with compiling ESPHome projects.
@@ -159,7 +159,7 @@ Learn about secrets in ESPHome: [Home Assistant Secrets in ESPHome](https://www.
159159
160160
12. (Optional) Enhance security with API encryption by adding the copied key from step 6 to the **My Customization** area.
161161
> [!TIP]
162-
> You can get a new randomly generated valid key from [ESPHome Native API Component](https://esphome.io/components/api.html#configuration-variables) page.
162+
> You can get a new randomly generated valid key from [ESPHome Native API Component](https://esphome.io/components/api/#configuration-variables) page.
163163
164164
13. After finalizing settings, click **Save** and close the YAML window.
165165

@@ -184,9 +184,9 @@ Your NSPanel is now configured in your ESPHome Dashboard.
184184

185185
#### Required Tools
186186
For first-time flashing of your NSPanel with ESPHome, you may need:
187-
1. [USB-to-Serial TTL adapter](https://esphome.io/guides/physical_device_connection#usb-serial-adapter)
188-
2. [Jumper wires](https://esphome.io/guides/physical_device_connection#jumper-wires)
189-
3. [Breakable headers (optional)](https://esphome.io/guides/physical_device_connection#pcb-headers)
187+
1. [USB-to-Serial TTL adapter](https://esphome.io/guides/physical_device_connection/#usb-serial-adapter)
188+
2. [Jumper wires](https://esphome.io/guides/physical_device_connection/#jumper-wires)
189+
3. [Breakable headers (optional)](https://esphome.io/guides/physical_device_connection/#pcb-headers)
190190
4. Appropriate screwdriver to disassemble your panel's controller module (touch plate)
191191

192192
#### Connecting Your Device via USB-to-Serial TTL Interface
File renamed without changes.

docs/pins_customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ substitutions:
3232
- Use simple numeric values (e.g., `22`) for basic GPIO assignments
3333
- Use indented YAML syntax for complex configurations with multiple properties
3434
- `inverted: true` is used when your hardware behaves in active-low mode (e.g., relay turns ON when pin is LOW)
35-
- For advanced GPIO configuration options, see [ESPHome Pin Schema documentation](https://esphome.io/guides/configuration-types.html#pin-schema)
35+
- For advanced GPIO configuration options, see [ESPHome Pin Schema documentation](https://esphome.io/guides/configuration-types/#pin-schema)
3636

3737
---
3838

0 commit comments

Comments
 (0)