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