From 4f3703693d830e90bafd4afd07a13e4a2555a0db Mon Sep 17 00:00:00 2001 From: SkillCode <68539499+SkillC0de@users.noreply.github.com> Date: Fri, 23 Jul 2021 09:46:35 +0200 Subject: [PATCH] Replace invalid scrollbars link (#929) --- FEATURES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FEATURES.md b/FEATURES.md index 39ed320215..6b1de6c58e 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -1,7 +1,7 @@ ## Features Features currently available in Compose for Desktop - * [Scrollbars support](tutorials/Scrollbars/README.md) + * [Desktop Components](tutorials/Desktop_Components/README.md) * [Image loading support](tutorials/Image_And_Icons_Manipulations/README.md) * [Keyboard handling](tutorials/Keyboard/README.md) * [Mouse clicks and move](tutorials/Mouse_Events/README.md)