Skip to content

Commit

Permalink
Fix broken links in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
KazWolfe committed May 12, 2024
1 parent 0327879 commit a27b97a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/developer/packet-reference/0x41-set-request/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This packet appears to be a generic "set" command to the HVAC unit and is used to apply a new state. Conceptually, this
packet can be seen as an HTTP `POST` or `PUT` request to the HVAC unit. The response to this packet *may* be a
[0x61 Set Response](../0x61-set-response) packet.
[0x61 Set Response](packet-reference/0x61-set-response) packet.

The first byte of this packet is the command type, which is used as a disambiguator.

Expand Down
4 changes: 2 additions & 2 deletions docs/developer/packet-reference/0x62-get-response/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Packet `0x62`: Get Response

This packet is issued by the heat pump in response to a [`0x42` - Get Request](../0x42-get-request) packet. Unlike the
ack-only form of Packet 0x61, this packet will include response information.
This packet is issued by the heat pump in response to a [`0x42` - Get Request](packet-reference/0x42-get-request)
packet. Unlike the ack-only form of Packet 0x61, this packet will include response information.

The first byte of this packet represents the command type that is being responded to. That is, if a device requested
0x02, the first byte of this packet will in turn be 0x02.
Expand Down
6 changes: 3 additions & 3 deletions docs/user/configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ mitsubishi_uart:
### `temperature_sources`

This key takes an array of ESPHome sensor IDs to use as extra temperature sources. See the documentation page on
[adding extra temperature sources](temp-sources) for additional information.
[adding extra temperature sources](configuration/temp-sources) for additional information.

### `thermostat_uart`

This key takes an ID of a UART component hosting a MHK2 thermoststat. See the documentation page on
[adding a Mitsubishi thermostat](thermostat) for extra information.
[adding a Mitsubishi thermostat](configuration/thermostat) for extra information.

### `supported_modes`

Expand Down Expand Up @@ -83,7 +83,7 @@ mitsubishi_uart:
...
```

A list of entity IDs is available [on the Entities documentation page](../entities).
A list of entity IDs is available [on the Entities documentation page](entities).

## Showing Hidden Entities

Expand Down
2 changes: 1 addition & 1 deletion docs/user/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ mitsubishi_uart:
heatpump_uart: hp_uart
```
More advanced configuration options are available in the [configuration](configuration) pages of this document.
More advanced configuration options are available in the [configuration](user/configuration) pages of this document.

0 comments on commit a27b97a

Please sign in to comment.