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
@@ -131,7 +131,7 @@ <h5 id="how-to-make-a-bot" class="card-title">How do I get started making my own
131
131
</ul>
132
132
133
133
<p>Addition resources, documentation, and examples can be found on the
134
-
<ahref="https://github.com/RLBot/RLBot/wiki">RLBot wiki</a>. Feel free to ask for help in the
134
+
<ahref="https://wiki.rlbot.org/">RLBot wiki</a>. Feel free to ask for help in the
135
135
<ahref="https://discord.gg/zbaAKPt">Discord server</a> in the appropriate language channel or
136
136
in the #strategy or #mathematics channels.</p>
137
137
</div>
@@ -149,19 +149,19 @@ <h5 id="game-tick-packet-and-field-info" class="card-title">What is in the GameT
149
149
location and size of boost pads and the location of goals.</p>
150
150
151
151
<p>More information about the GameTickPacket, FieldInfo, and even the ControllerState can be
152
-
on the <ahref="https://github.com/RLBot/RLBotPythonExample/wiki/Input-and-Output-Data">RLBot wiki</a>.</p>
152
+
on the <ahref="https://wiki.rlbot.org/botmaking/input-and-output-data/">RLBot wiki</a>.</p>
153
153
</div>
154
154
</div>
155
155
156
156
<!-- What is the dimensions of the field? Gravity? Ball radius? Max speed? Boost? Kickoff locations? etc? -->
157
157
<divclass="card mb-3">
158
158
<divclass="card-body">
159
159
<h5id="useful-game-values" class="card-title">What is the dimensions of the field? Gravity? Ball radius? Max speed? Boost? Kickoff locations? etc?</h5>
160
-
<p>All of these values can be found on <ahref="https://github.com/RLBot/RLBot/wiki/Useful-Game-Values">RLBot wiki</a>.</p>
160
+
<p>All of these values can be found on <ahref="https://wiki.rlbot.org/botmaking/useful-game-values/">RLBot wiki</a>.</p>
161
161
162
-
<p>To learn more about the physics of Rocket League, see <ahref="https://samuelpmish.github.io/notes/RocketLeague/">chip's notes</a>.</p>
162
+
<p>To learn more about the physics of Rocket League, see <ahref="https://www.smish.dev/rocket_league/">chip's notes</a>.</p>
163
163
164
-
<p>We also have a note on <ahref="https://github.com/RLBot/RLBot/wiki/Jumping-Physics">jumping physics</a>.</p>
164
+
<p>We also have a note on <ahref="https://wiki.rlbot.org/botmaking/jumping-physics/">jumping physics</a>.</p>
165
165
166
166
<imgsrc="https://i.imgur.com/nOz84cD.png" alt="game field dimensions" style="height: 400px"/>
167
167
</div>
@@ -173,10 +173,10 @@ <h5 id="useful-game-values" class="card-title">What is the dimensions of the fie
173
173
<h5id="debug-rendering-game-state-setting-ball-prediction-rlbottraining" class="card-title">How do I use debug rendering/game state setting/ball prediction/RLBotTraining?</h5>
174
174
<p>The RLBot framework comes with a set of useful features. Learn more about these here:</p>
0 commit comments