File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33===========
44
55You can find the most recent changelog
6- `here <https://github.com/libtcod/python-tcod/blob/develop /CHANGELOG.md >`_.
6+ `here <https://github.com/libtcod/python-tcod/blob/main /CHANGELOG.md >`_.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ How do you set a frames-per-second while using contexts?
66
77You'll need to use an external tool to manage the framerate.
88This can either be your own custom tool or you can copy the Clock class from the
9- `framerate.py <https://github.com/libtcod/python-tcod/blob/develop /examples/framerate.py >`_
9+ `framerate.py <https://github.com/libtcod/python-tcod/blob/main /examples/framerate.py >`_
1010example.
1111
1212
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ def check_sdl_version() -> None:
103103 url = "https://github.com/libtcod/python-tcod" ,
104104 project_urls = {
105105 "Documentation" : "https://python-tcod.readthedocs.io" ,
106- "Changelog" : "https://github.com/libtcod/python-tcod/blob/develop /CHANGELOG.md" ,
106+ "Changelog" : "https://github.com/libtcod/python-tcod/blob/main /CHANGELOG.md" ,
107107 "Source" : "https://github.com/libtcod/python-tcod" ,
108108 "Tracker" : "https://github.com/libtcod/python-tcod/issues" ,
109109 "Forum" : "https://github.com/libtcod/python-tcod/discussions" ,
You can’t perform that action at this time.
0 commit comments