Skip to content

Commit

Permalink
Fix: links to documentation have changed (#145)
Browse files Browse the repository at this point in the history
All documentation is now available on https://docs.openttd.org/.
  • Loading branch information
TrueBrain authored Jan 19, 2020
1 parent 30a5c8c commit 6028f43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/development.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ <h3>Development of AIs and Game Scripts</h3>
<p>OpenTTD provides a script interface, which is used to provide computer players or altered game behaviour and goals.</p>
<p>Scripts and associated libraries are written in squirrel (version 2) and need to make use of OpenTTD's API for Scripts. Useful resources include:</p>
<ul>
<li><a href="https://noai.openttd.org/api/">NoAI API</a> API for OpenTTD's AIs.</li>
<li><a href="https://nogo.openttd.org/api/">NoGo API</a> API for OpenTTD's Game Scripts.</li>
<li><a href="https://docs.openttd.org/ai-api/">NoAI API</a> API for OpenTTD's AIs.</li>
<li><a href="https://docs.openttd.org/gs-api/">NoGo API</a> API for OpenTTD's Game Scripts.</li>
<li><a href="https://wiki.openttd.org/AI:Main_Page">Wiki</a> Wiki section dedicated to Script development.</li>
<li><a href="https://www.tt-forums.net/viewforum.php?f=65">Forum</a> Forum dedicated to OpenTTD's Script development.</li>
<li><a href="http://squirrel-lang.org/doc/squirrel2.html">Squirrel 2 Reference</a> Reference manual for the squirrel language.</li>
Expand Down

0 comments on commit 6028f43

Please sign in to comment.