From b401c5485cab6e2a2d73ad9a86f016cae802ac34 Mon Sep 17 00:00:00 2001 From: tozu Date: Sat, 20 Aug 2022 23:32:42 +0200 Subject: [PATCH] docs: fix broken link for Keyboard Input Component (#1854) --- examples/lib/stories/input/input.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/lib/stories/input/input.dart b/examples/lib/stories/input/input.dart index 793f4fb73..8dfb39845 100644 --- a/examples/lib/stories/input/input.dart +++ b/examples/lib/stories/input/input.dart @@ -52,7 +52,7 @@ void addInputStories(Dashbook dashbook) { ..add( 'Keyboard (Component)', (_) => GameWidget(game: KeyboardListenerComponentExample()), - codeLink: baseLink('input/keyboard_component_example.dart'), + codeLink: baseLink('input/keyboard_listener_component_example.dart'), info: KeyboardListenerComponentExample.description, ) ..add(