From 64f6f1eaa2ecc188292cfe4a7223606b8bcb3bf2 Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 20 Mar 2020 10:29:56 +0100 Subject: refactoring to more cplusplusy version of classes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index cbd136d..a145ec5 100644 --- a/README.md +++ b/README.md @@ -9,5 +9,5 @@ make all ## Dependencies -- [SDL2](libsdl.org) -- [SDL_ttf](libsdl.org/projects/SDL_ttf) +- [SDL2](https://libsdl.org) +- [SDL2_ttf](https://libsdl.org/projects/SDL_ttf) -- cgit