From 113b2fc31d7d5a18fbd155b207ab610fa304494a Mon Sep 17 00:00:00 2001 From: Albert Koczy Date: Sun, 7 May 2023 12:31:27 +0200 Subject: [PATCH] [docs] Fix dead link to Boards & CPU list (#124) --- docs/projects/esphome.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/projects/esphome.md b/docs/projects/esphome.md index 94fddf1..36bd82a 100644 --- a/docs/projects/esphome.md +++ b/docs/projects/esphome.md @@ -12,7 +12,7 @@ There are two basic ways to install and use LibreTiny-ESPHome. You can choose th ## Find your device's board -Go to [Boards & CPU list](../status/supported/), find your board (chip model), click on it and remember the **`Board code`**. This will be used later, during config creation. +Go to [Boards & CPU list](../status/supported.md), find your board (chip model), click on it and remember the **`Board code`**. This will be used later, during config creation. If your board isn't listed, use one of the **Generic** boards, depending on the chip type of your device.