Skip to content

Commit

Permalink
fix readme python3 tutorial link
Browse files Browse the repository at this point in the history
  • Loading branch information
noelcody authored Dec 14, 2019
1 parent 925c03f commit f103196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ or else the program will fail to run. This is required even when using Python.
For those who wish to program in Python you can install python-tcod using
[this installation guide](https://python-tcod.readthedocs.io/en/latest/installation.html).
Once installed you can follow
[the Python 3 tutorial](http://rogueliketutorials.com/libtcod/1)
[the Python 3 tutorial](http://rogueliketutorials.com/tutorials/tcod/)
or you can find Python example scripts on the
[python-tcod repository](https://github.com/libtcod/python-tcod).

Expand Down

0 comments on commit f103196

Please sign in to comment.