From 017d4909e62a2f5d7eccad23102e70540df0b692 Mon Sep 17 00:00:00 2001 From: Thierry Berger Date: Tue, 3 Mar 2020 12:08:48 +0100 Subject: [PATCH] Fix link to macroquad from Readme `github.com/not-fl3/macroquad` actually redirects to `https://github.com/not-fl3/miniquad/blob/master/github.com/not-fl3/macroquad` which is a wrong link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2083543c..af644da9 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ For higher level API take a look on: [good-web-game](https://github.com/not-fl3/good-web-game): implementation of some [ggez](https://github.com/ggez/ggez) subset on top of miniquad, made as compatibility layer to run ggez games on wasm -[macroquad](github.com/not-fl3/macroquad/): raylib-like library on top of miniquad. [100loc arkanoid with macroquad](https://github.com/not-fl3/macroquad/blob/master/examples/arkanoid.rs) +[macroquad](https://github.com/not-fl3/macroquad): raylib-like library on top of miniquad. [100loc arkanoid with macroquad](https://github.com/not-fl3/macroquad/blob/master/examples/arkanoid.rs) ## Supported platforms