From c8e1876edaa7da06fe3ddd2f1abd4eccc4518178 Mon Sep 17 00:00:00 2001 From: Themba Dube Date: Mon, 31 May 2021 14:14:58 -0400 Subject: [PATCH] fix(docs) more fixes --- docs/porting/os.md | 2 +- docs/widgets/obj.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/porting/os.md b/docs/porting/os.md index fc10e6c375..228df92fcd 100644 --- a/docs/porting/os.md +++ b/docs/porting/os.md @@ -8,7 +8,7 @@ LVGL is **not thread-safe** by default. However, in the following conditions it's valid to call LVGL related functions: - In *events*. Learn more in [Events](/overview/event). -- In *lv_timer*. Learn more in [Timers](/overview/timter). +- In *lv_timer*. Learn more in [Timers](/overview/timer). ## Tasks and threads diff --git a/docs/widgets/obj.md b/docs/widgets/obj.md index 55f719a475..aff629a37f 100644 --- a/docs/widgets/obj.md +++ b/docs/widgets/obj.md @@ -162,7 +162,7 @@ Learn more about [Keys](/overview/indev). ```eval_rst -.. include:: /lv_examples/src/lv_ex_widgets/lv_ex_obj/index.rst +.. include:: ../../examples/widgets/obj/index.rst ```