jezdez / caniusepython3.com

A site to check if your Python project is compatible with Python 3
https://caniusepython3.com/
136 stars 18 forks source link

sanitize links to gh blobs to raw for requirements links #9

Closed Pike closed 10 years ago

Pike commented 10 years ago

https://github.com/mozilla/elmo/blob/master/requirements/compiled.txt doesn't work, https://github.com/mozilla/elmo/raw/master/requirements/compiled.txt does. maybe auto-sanitize the blob urls?