home-assistant/developers.home-assistant

api/rest has broken link due to no anchor

reedy opened this issue · 0 comments

reedy commented

post /api/states/<entity_id> section has an info box that tries to link to post /api/services/<domain>/<service> but there's no anchor

https://github.com/home-assistant/developers.home-assistant/edit/master/docs/api/rest.md

:::info
This endpoint sets the representation of a device within Home Assistant and will not communicate with the actual device. To communicate with the device, use the [POST /api/services/&lt;domain>/&lt;service>](#post-apiservicesltdomainltservice) endpoint.
:::

Manual anchor needed?