From 2055651df212b16f782526ba1bddef1276dcf6de Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Wed, 9 Nov 2022 09:02:55 +0100 Subject: [PATCH] chore(docs): fix image in the docs of the JS binding --- docs/get-started/bindings/javascript.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/get-started/bindings/javascript.md b/docs/get-started/bindings/javascript.md index 8ba50f0543..ab1909a031 100644 --- a/docs/get-started/bindings/javascript.md +++ b/docs/get-started/bindings/javascript.md @@ -4,11 +4,11 @@ **Code** - + **Code Runing on Real Device** - + ## Table of Contents @@ -34,10 +34,10 @@ ## Demo ### Widgets -![Widgets demo with the JS binding of LVGL](_static/img/js_demo_widgets.gif) +![Widgets demo with the JS binding of LVGL](/_static/img/js_demo_widgets.gif) ### Calculator -![Calculator demo with the JaveScript binding of LVGL](_static/img/js_calculator.gif) +![Calculator demo with the JaveScript binding of LVGL](/_static/img/js_calculator.gif) ## building