mattmakai / fullstackpython.com

Full Stack Python source with Pelican, Bootstrap and Markdown.
https://www.fullstackpython.com/
MIT License
2.88k stars 627 forks source link

Update pypi links with new hostname #169

Closed huangsam closed 6 years ago

huangsam commented 6 years ago

https://pypi.python.org now redirects to https://pypi.org/ - this pull request changes PyPi URLs to reflect the new hostname to avoid redirects from https://pypi.python.org.

mattmakai commented 6 years ago

awesome, thanks @huangsam. it's great to get rid of the redirects. greatly appreciated as always!