From c643a3454c99991ea277a947bad4df8c24d2fa71 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com>
Date: Mon, 5 Dec 2022 23:26:55 +0000
Subject: [PATCH] feat: absolute link to animated GIF

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 261ca57c..05efc4c9 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 A Game Boy emulator that is written in Rust 🦀.
 
-<a href="https://boytacean.joao.me" target="_blank"><img src="res/videos/002-mario.low.gif" width="360" /></a>
+<a href="https://boytacean.joao.me" target="_blank"><img src="https://github.com/joamag/boytacean/raw/master/res/videos/002-mario.low.gif" width="360" /></a>
 
 **This emulator has been written for educational purposes and shouldn't be taken too seriously.** But yeahh it plays most Game Boy games, which is cool... 🕹️
 
-- 
GitLab