From 2d09196d2db4910c53b669251b9746d5bdd8f436 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Wed, 26 May 2021 16:45:13 +0200 Subject: [PATCH] fix(docs) fix path of example --- docs/overview/scroll.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/overview/scroll.md b/docs/overview/scroll.md index 8387ebba4..b1ff50cd7 100644 --- a/docs/overview/scroll.md +++ b/docs/overview/scroll.md @@ -164,6 +164,6 @@ if(event_code == LV_EVENT_GET_SELF_SIZE) { ```eval_rst -.. include:: ../../../examples/scroll/index.rst +.. include:: ../../examples/scroll/index.rst ```