From 5ec25be7505e8760198e077bc10c2650672c3fca Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Thu, 17 Oct 2024 12:05:18 +0200 Subject: Fixed link to the images in the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index cd72a14..be550ae 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ Match Up! is a flask web application to create pairings of players from a pool a Here it is in action: -![Game Page](https://gitlab.com/KaranJayachandra/match_up/-/blob/main/docs/game_screen.png?ref_type=heads) +![Game Page](https://gitlab.com/KaranJayachandra/match_up/-/raw/main/docs/game_screen.png?ref_type=heads) -![Player Page](https://gitlab.com/KaranJayachandra/match_up/-/blob/main/docs/player_screen.png?ref_type=heads) +![Player Page](https://gitlab.com/KaranJayachandra/match_up/-/raw/main/docs/player_screen.png?ref_type=heads) Some additional features of this application are: -- cgit v1.3.1