Fix links

This commit is contained in:
Jesse Hills 2024-08-14 19:07:25 +12:00
parent 80e0a1e962
commit e705457b4a
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A

View File

@ -27,13 +27,13 @@ Light and Versitile Embedded Graphics Library
Or LVGL for short, has been worked on by :ghuser:`clydebarrow` (and multiple other users doing testing and documentation etc)
for quite some time now and is finally ready for releasing this month. It is a very powerful graphics library that
is able to be configured almost completely in YAML (There are some places that will require lambdas/c++).
The :doc:`documentation <components/lvgl/index>` is very extensive and hopefully we see
The :doc:`documentation </components/lvgl/index>` is very extensive and hopefully we see
some awesome dashboards being made with it.
Online Image
------------
The new :doc:`online_image <components/online_image>` component allows your ESPHome device to download
The new :doc:`online_image </components/online_image>` component allows your ESPHome device to download
images from the internet while it is running and show them on your display. This can also be combined with the new LVGL
component to show dynamic images for your dashboard.