docs(README): fix link to the simulator (#5139)

This commit is contained in:
Carlos Diaz
2024-01-02 14:15:06 +08:00
committed by GitHub
parent 78ef17a465
commit 91f336c69e
+1 -1
View File
@@ -434,7 +434,7 @@ This list will guide you to get started with LVGL step-by-step.
**Start to Use LVGL**
4. Set up a [Simulator](https://docs.lvgl.io/master/get-started/platforms/pc-simulator.html) (10 minutes)
4. Set up a [Simulator](https://docs.lvgl.io/master/integration/ide/pc-simulator.html#simulator) (10 minutes)
5. Try out some [Examples](https://github.com/lvgl/lvgl/tree/master/examples)
6. Port LVGL to a board. See the [Porting](https://docs.lvgl.io/master/porting/index.html) guide or check the ready to use [Projects](https://github.com/lvgl?q=lv_port_)