From 938fbb40e1272b2c29b9c13038e0703ea901f581 Mon Sep 17 00:00:00 2001 From: Lisette Date: Fri, 3 Apr 2026 12:37:54 +0200 Subject: [PATCH] docs: Fix link to diagram in flutter_gamepads README Updated the link for the input diagram to use raw content. --- packages/flutter_gamepads/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter_gamepads/README.md b/packages/flutter_gamepads/README.md index 2efc3f47..c87b806b 100644 --- a/packages/flutter_gamepads/README.md +++ b/packages/flutter_gamepads/README.md @@ -148,7 +148,7 @@ and call its `onBeforeIntent` first (if there is one), and then proceed to `onBe If no onBeforeIntent has rejected, the Intent will be invoked on the primary focus context. -[Diagram of the callbacks and intent emit chain](https://github.com/flame-engine/gamepads/tree/main/packages/flutter_gamepads/example/lib/flutter_example/docs/input_diagram.svg) +[Diagram of the callbacks and intent emit chain](https://raw.githubusercontent.com/flame-engine/gamepads/refs/heads/main/packages/flutter_gamepads/docs/input_diagram.svg) ### Defaults