aresch / pyenet

A python wrapper for the ENet library
BSD 3-Clause "New" or "Revised" License
52 stars 30 forks source link

enet web address update #11

Closed whbdupree closed 7 years ago

whbdupree commented 7 years ago

When I ran python3 setup.py build, pyenet gave me this message:

You need to download and extract the enet 1.3 source to enet/ Download the source from: http://enet.bespin.org/SourceDistro.html See the README for more instructions

That web address is incorrect. It should be changed to

http://enet.bespin.org/Downloads.html

whbdupree commented 7 years ago

i created a pull request (i think?). let me know if you can't see it

whbdupree commented 7 years ago

:| i have no idea how to use these github features. sorry

LinuxDonald commented 7 years ago

is that not fixed with: https://github.com/aresch/pyenet/commit/22f688fb1bd79b2dbe20391ba9a3341a5f0ca679

whbdupree commented 7 years ago

yes that fixed it. that was officially my first contribution to an open source project. changing a web url!!