Update beginnerEN.html

I fixed a broken link to the learn to code resources.
This commit is contained in:
Rick McFarley 2014-09-25 09:58:28 -04:00
parent 3bd150a462
commit 851c072426

View File

@ -30,7 +30,7 @@ extending its features and adding new items.</p>
Along the way you'll start learning how to write programs in Lua.</p> Along the way you'll start learning how to write programs in Lua.</p>
<p>If you already know a programming language like Java, Javascript, Python, etc., then you should find it reasonably easy to get started in Lua. If you are new to programming, don't worry. We'll go slowly and show you exactly what to do. <p>If you already know a programming language like Java, Javascript, Python, etc., then you should find it reasonably easy to get started in Lua. If you are new to programming, don't worry. We'll go slowly and show you exactly what to do.
If you would like to learn more about programming in Lua there are lots of places on the web that can help. We've put a <a href="#learntocode">list of suggested programming resources</a> at the end of this tutorial.</p> If you would like to learn more about programming in Lua there are lots of places on the web that can help. We've put a <a href="englishEN.html#learntocode">list of suggested programming resources</a> at the end of this tutorial.</p>
</td> </td>
</tr> </tr>