"Learn Python" hyperlink in README.md is currently broken
Closed this issue · 2 comments
awillats commented
looks like it currently points to PyDwarf/blob/master/learnpythonthehardway.org/book/ex0.html
maybe it could be directed to
https://learnpythonthehardway.org/book/ex0.html
pineapplemachine commented
Whoops, looks like it needed an http://
or https://
at the start to not be treated as a relative URL path. Thanks for pointing that out!
I made the correction just now in 6c41830. But if you had any additional or better resources in mind, I'd be happy to take a look at a PR.
awillats commented
sounds good! I'm working on following the install instructions on a new mac so i'll probably make one PR with a few suggestions