From 3b5d7e22d50e52e3160e111e6d770a351a42561c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?A=20Bj=C3=B6rck?= Date: Fri, 16 Jul 2021 22:41:29 +0200 Subject: [PATCH] Update input.md fixing broken links (#883) --- doc/input.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/input.md b/doc/input.md index 4f2eb3ba6..9d1bb8710 100644 --- a/doc/input.md +++ b/doc/input.md @@ -331,7 +331,7 @@ class MyGame extends Game with KeyboardEvents { ``` You can also check a more complete example -[here](https://github.com/flame-engine/flame/tree/main/examples/lib/stories/controls/keyboard.dart). +[here](https://github.com/flame-engine/flame/tree/main/examples/lib/stories/input/keyboard.dart). ## Joystick @@ -427,7 +427,7 @@ If you want to create buttons to go with your joystick, check out [`MarginButtonComponent`](#HudButtonComponent). A full examples of how to use it can be found -[here](https://github.com/flame-engine/flame/tree/main/examples/lib/stories/controls/joystick). +[here](https://github.com/flame-engine/flame/tree/main/examples/lib/stories/input/joystick.dart). And it can be seen running [here](https://examples.flame-engine.org/#/Controls_Joystick). ## HudButtonComponent