You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ Contribute
94
94
|There is a draft of `"Let's write a unit test!" <http://renesd.blogspot.com/2019/11/draft-2-of-lets-write-unit-test.html>`_ which is a step by step guide on how to write your first unit test in python for pygame, which is very similar to how you would do it for other projects.
95
95
|
96
96
|Want or need to compile pygame from source?
97
-
|`Head here <https://www.pygame.org/wiki/Compilation>`_ for more detailed instructions.
97
+
|`See the compilation page <https://www.pygame.org/wiki/Compilation>`_ for more detailed instructions.
98
98
|
99
99
|For a detailed developer guide on "How to Hack Pygame":
100
100
|Head to the `Hacking Page <https://www.pygame.org/wiki/Hacking>`_.
@@ -104,7 +104,7 @@ Contribute
104
104
|To submit patches and report bugs:
105
105
|Visit the `Bugs & Patches <https://www.pygame.org/wiki/patchesandbugs>`_ page for detailed instructions.
106
106
|
107
-
|`Head here <https://www.pygame.org/wiki/info>`_ for more info and ways to get in touch with the Pygame team.
107
+
|`See the info page <https://www.pygame.org/wiki/info>`_ for more info and ways to get in touch with the Pygame team.