Skip to content

Commit f8482eb

Browse files
Update links to wiki (#57)
1 parent 8495094 commit f8482eb

File tree

2 files changed

+23
-14
lines changed

2 files changed

+23
-14
lines changed

faq/index.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ <h5 id="online-use" class="card-title">Can RLBot be used online?</h5>
8383
<div class="card mb-3">
8484
<div class="card-body">
8585
<h5 id="rlbot-with-friends" class="card-title">Can I use RLBot with friends?</h5>
86-
<p>You can! It requires setting up a LAN/VLAN connection. <a href="https://github.com/RLBot/RLBot/wiki/LAN-Setup">Here is a guide</a>.</p>
86+
<p>You can! It requires setting up a LAN/VLAN connection. <a href="https://wiki.rlbot.org/miscellaneous/lan-setup/">Here is a guide</a>.</p>
8787

8888
<p>It is not possible to play with friends cross platform.</p>
8989
</div>
@@ -96,7 +96,7 @@ <h5 id="machine-learning" class="card-title">Are the bots using machine learning
9696
<p>Most are hardcoded and do not use machine learning. However, since the release of
9797
<a href="https://rlgym.github.io/">RLGym</a> the machine learning are progressing faster than
9898
ever. If you are interesting in making a ML bot yourself, start by reading the
99-
<a href="https://github.com/RLBot/RLBot/wiki/Machine-Learning-FAQ">ML FAQ</a>.</p>
99+
<a href="https://wiki.rlbot.org/botmaking/machine-learning-faq/">ML FAQ</a>.</p>
100100

101101
<p>Some ML projects to check out are:</p>
102102
<ul>
@@ -131,7 +131,7 @@ <h5 id="how-to-make-a-bot" class="card-title">How do I get started making my own
131131
</ul>
132132

133133
<p>Addition resources, documentation, and examples can be found on the
134-
<a href="https://github.com/RLBot/RLBot/wiki">RLBot wiki</a>. Feel free to ask for help in the
134+
<a href="https://wiki.rlbot.org/">RLBot wiki</a>. Feel free to ask for help in the
135135
<a href="https://discord.gg/zbaAKPt">Discord server</a> in the appropriate language channel or
136136
in the #strategy or #mathematics channels.</p>
137137
</div>
@@ -149,19 +149,19 @@ <h5 id="game-tick-packet-and-field-info" class="card-title">What is in the GameT
149149
location and size of boost pads and the location of goals.</p>
150150

151151
<p>More information about the GameTickPacket, FieldInfo, and even the ControllerState can be
152-
on the <a href="https://github.com/RLBot/RLBotPythonExample/wiki/Input-and-Output-Data">RLBot wiki</a>.</p>
152+
on the <a href="https://wiki.rlbot.org/botmaking/input-and-output-data/">RLBot wiki</a>.</p>
153153
</div>
154154
</div>
155155

156156
<!-- What is the dimensions of the field? Gravity? Ball radius? Max speed? Boost? Kickoff locations? etc? -->
157157
<div class="card mb-3">
158158
<div class="card-body">
159159
<h5 id="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 <a href="https://github.com/RLBot/RLBot/wiki/Useful-Game-Values">RLBot wiki</a>.</p>
160+
<p>All of these values can be found on <a href="https://wiki.rlbot.org/botmaking/useful-game-values/">RLBot wiki</a>.</p>
161161

162-
<p>To learn more about the physics of Rocket League, see <a href="https://samuelpmish.github.io/notes/RocketLeague/">chip's notes</a>.</p>
162+
<p>To learn more about the physics of Rocket League, see <a href="https://www.smish.dev/rocket_league/">chip's notes</a>.</p>
163163

164-
<p>We also have a note on <a href="https://github.com/RLBot/RLBot/wiki/Jumping-Physics">jumping physics</a>.</p>
164+
<p>We also have a note on <a href="https://wiki.rlbot.org/botmaking/jumping-physics/">jumping physics</a>.</p>
165165

166166
<img src="https://i.imgur.com/nOz84cD.png" alt="game field dimensions" style="height: 400px"/>
167167
</div>
@@ -173,10 +173,10 @@ <h5 id="useful-game-values" class="card-title">What is the dimensions of the fie
173173
<h5 id="debug-rendering-game-state-setting-ball-prediction-rlbottraining" class="card-title">How do I use debug rendering/game state setting/ball prediction/RLBotTraining?</h5>
174174
<p>The RLBot framework comes with a set of useful features. Learn more about these here:</p>
175175
<ul>
176-
<li><a href="https://github.com/RLBot/RLBot/wiki/Rendering">Debug rendering</a></li>
177-
<li><a href="https://github.com/RLBot/RLBot/wiki/Manipulating-Game-State">Game state setting/manipulation</a></li>
178-
<li><a href="https://github.com/RLBot/RLBot/wiki/Ball-Path-Prediction">Ball prediction</a></li>
179-
<li><a href="https://github.com/RLBot/RLBotPythonExample/wiki/Quickchat">Quick chat</a></li>
176+
<li><a href="https://wiki.rlbot.org/botmaking/rendering/">Debug rendering</a></li>
177+
<li><a href="https://wiki.rlbot.org/botmaking/manipulating-game-state/">Game state setting/manipulation</a></li>
178+
<li><a href="https://wiki.rlbot.org/botmaking/ball-path-prediction/">Ball prediction</a></li>
179+
<li><a href="https://wiki.rlbot.org/botmaking/quickchat/">Quick chat</a></li>
180180
<li><a href="https://www.youtube.com/watch?v=uGFmOZCpel8&list=PL6LKXu1RlPdxh9vxmG1y2sghQwK47_gCH">RLBotTraining</a></li>
181181
</ul>
182182
</div>

index.html

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ <h5 class="card-title">What is RLBot?</h5>
4848
<img style="height:1.5em" src="rlbot_logo.png">
4949
<a href="https://github.com/RLBot/RLBotGUI/releases/download/v1.0/RLBotGUI.msi" target="_blank"> Download RLBot for Windows</a>
5050
or
51-
<a href="https://github.com/RLBot/RLBot/wiki/Operating-System-Support" target="_blank">see our OS support</a>.
51+
<a href="https://wiki.rlbot.org/framework/operating-system-support/" target="_blank">see our OS support</a>.
5252

5353
<br><br>
5454

55-
<p>We also have <a href="https://github.com/RLBot/RLBot/wiki/LAN-Setup">LAN/VLAN match support</a>, if you want to play with your friends!</p>
55+
<p>We also have <a href="https://wiki.rlbot.org/miscellaneous/lan-setup/">LAN/VLAN match support</a>, if you want to play with your friends!</p>
5656

5757
<p>
5858
Join our <a href="https://discord.gg/zbaAKPt">Discord</a> chat server to participate in the community.
59-
If you're ready to get started, you can read more on our <a href="https://github.com/RLBot/RLBot/wiki">wiki</a>
59+
If you're ready to get started, you can read more on our <a href="https://wiki.rlbot.org/">wiki</a>
6060
or click your favourite language below!
6161
</p>
6262
</div>
@@ -177,6 +177,15 @@ <h5 class="card-title">Tournaments</h5>
177177
</div>
178178
</a>
179179

180+
<a href="https://wiki.rlbot.org">
181+
<div class="card mb-3 compact-card">
182+
<div class="card-body" style="text-decoration: none">
183+
<h5 class="card-title">Wiki</h5>
184+
<p>Everything to know about RLBot</p>
185+
</div>
186+
</div>
187+
</a>
188+
180189
<div id="gcf-simple">
181190
<div class="gcf-header-block">
182191
<span class="gcf-title-block">

0 commit comments

Comments
 (0)