From 0bc9e243b98c4ac6f5105aa674eb3a9d6586e567 Mon Sep 17 00:00:00 2001 From: Cameron Cawley Date: Sun, 27 Mar 2022 16:56:02 +0100 Subject: [PATCH] Remove URLs from markdown headers in README-visualc.md --- docs/README-visualc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README-visualc.md b/docs/README-visualc.md index ea2bc1852..759752a56 100644 --- a/docs/README-visualc.md +++ b/docs/README-visualc.md @@ -1,7 +1,7 @@ Using SDL with Microsoft Visual C++ =================================== -### by [Lion Kimbro](mailto:snowlion@sprynet.com) with additions by [James Turk](mailto:james@conceptofzero.net) +### by Lion Kimbro with additions by James Turk You can either use the precompiled libraries from the [SDL](https://www.libsdl.org/download.php) web site, or you can build SDL yourself.