Skip to content

Commit 6976563

Browse files
committed
Redirect links to the old develop branch to main.
1 parent 2b0cbe6 commit 6976563

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
===========
44

55
You 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>`_.

docs/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ How do you set a frames-per-second while using contexts?
66

77
You'll need to use an external tool to manage the framerate.
88
This 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>`_
1010
example.
1111

1212

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)