From 389d15be3d950d702b86c5a90b5bead862ea0f5e Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Mon, 19 Sep 2022 14:54:03 +0200 Subject: [PATCH] docs(intro): fix link to point to master instead of latest related to #3695 --- docs/get-started/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/get-started/index.md b/docs/get-started/index.md index 5d0c4fb4d..8de67bf20 100644 --- a/docs/get-started/index.md +++ b/docs/get-started/index.md @@ -2,7 +2,7 @@ There are several ways to get your feet wet with LVGL. Here is one recommended order of documents to read and things to play with when you are learning to use LVGL: 1. Check the [Online demos](https://lvgl.io/demos) to see LVGL in action (3 minutes) -2. Read the [Introduction](https://docs.lvgl.io/latest/en/html/intro/index.html) page of the documentation (5 minutes) +2. Read the [Introduction](https://docs.lvgl.io/master/intro/index.html) page of the documentation (5 minutes) 3. Read the [Quick overview](https://docs.lvgl.io/master/get-started/quick-overview.html) page of the documentation (15 minutes) 4. Set up a [Simulator](https://docs.lvgl.io/master/get-started/platforms/pc-simulator.html) (10 minutes) 5. Try out some [Examples](https://docs.lvgl.io/master/examples.html)