From 22f688fb1bd79b2dbe20391ba9a3341a5f0ca679 Mon Sep 17 00:00:00 2001 From: whbdupree Date: Tue, 1 Aug 2017 12:22:00 -0400 Subject: [PATCH] updated enet source url (#12) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 95d55e8..691917b 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ if not _enet_files: print("You need to download and extract the enet 1.3 source to enet/") - print("Download the source from: http://enet.bespin.org/SourceDistro.html") + print("Download the source from: http://enet.bespin.org/Downloads.html") print("See the README for more instructions") sys.exit(1)