Commit 0bc9e243b98c4ac6f5105aa674eb3a9d6586e567

Cameron Cawley 2022-03-27T16:56:02

Remove URLs from markdown headers in README-visualc.md

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/docs/README-visualc.md b/docs/README-visualc.md
index ea2bc18..759752a 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.