From 8dfdfb6f893913ae2686a26dc877d18e2b1b99c9 Mon Sep 17 00:00:00 2001 From: Sony Date: Mon, 3 Mar 2025 11:07:16 +0800 Subject: [PATCH] Fixed broken link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5e814bd25..d7d34d08d9 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ It is ideal for beginning programmers or programmers who want to create 2D games without learning a complex framework. [pyglet]: https://github.com/pyglet/pyglet -[Games Made with Arcade]: https://api.arcade.academy/en/latest/sample_games.html +[Games Made with Arcade]: https://api.arcade.academy/en/latest/community/games/sample_games.html Arcade is built on top of [pyglet][] and OpenGL. See [Games Made with Arcade][] for example game jam entries and more.