From a1310cab2ef2b0bc646880111fae582f416f2cf3 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Mon, 10 Jan 2022 21:57:04 +0100 Subject: [PATCH] chore(docs): fix link --- docs/porting/project.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/porting/project.md b/docs/porting/project.md index 9e97eb529..06729fe44 100644 --- a/docs/porting/project.md +++ b/docs/porting/project.md @@ -29,7 +29,7 @@ include $(LVGL_DIR)/$(LVGL_DIR_NAME)/lvgl.mk For integration with CMake take a look this section of the [Documentation](/get-started/cmake). ### Other platforms and tools -The [Get started](/get-started) section contains many platform specific descriptions e.g. for ESP32, Arduino, NXP, RT-Thread, NuttX, etc. +The [Get started](/get-started/index.html) section contains many platform specific descriptions e.g. for ESP32, Arduino, NXP, RT-Thread, NuttX, etc. ### Demos and Examples