docs(links): fix outdated links and imrpove formatting (#3698)

This commit is contained in:
Fabian
2022-09-22 22:09:16 +02:00
committed by GitHub
parent 41c5870e12
commit 46cbbd672f
9 changed files with 22 additions and 20 deletions

View File

@@ -115,7 +115,7 @@ Along with the basic attributes, widgets can have type specific parameters which
lv_slider_set_value(slider1, 70, LV_ANIM_ON);
```
To see the full API visit the documentation of the widgets or the related header file (e.g. [lvgl/src/widgets/lv_slider.h](https://github.com/lvgl/lvgl/blob/master/src/widgets/lv_slider.h)).
To see the full API visit the documentation of the widgets or the related header file (e.g. [lvgl/src/widgets/slider/lv_slider.h](https://github.com/lvgl/lvgl/blob/master/src/widgets/slider/lv_slider.h)).