Skip to content

Commit 1877ab4

Browse files
committed
fixed non-existing links
1 parent 575ba69 commit 1877ab4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,17 +105,17 @@ <h2>Learning Pygame</h2>
105105
</li>
106106

107107
<li>
108-
<a href="/guide/intro/setup">Chapter 10: The Pygame Input API</a>
108+
<a href="/guide/intro/chapter-10/">Chapter 10: The Pygame Input API</a>
109109
</li>
110110

111111
<li>
112-
<a href="/guide/intro/setup">Chapter 11: Game States</a>
112+
<a href="/guide/intro/chapter-11/">Chapter 11: Game States</a>
113113
</li>
114114
<li>
115-
<a href="/guide/intro/setup">Chapter 12: Basic UI</a>
115+
<a href="/guide/intro/chapter-12/">Chapter 12: Basic UI</a>
116116
</li>
117117
<li>
118-
<a href="/guide/intro/setup">Chapter 13: Basic File Structure</a>
118+
<a href="/guide/intro/chapter-13/">Chapter 13: Basic File Structure</a>
119119
</li>
120120
</ol>
121121

0 commit comments

Comments
 (0)