doc/book/02_getting_started.html in camping-2.0.rc0 vs doc/book/02_getting_started.html in camping-2.0
- old
+ new
@@ -13,17 +13,17 @@
<li><a href="../book.html">ToC</a> | </li>
<li><a href="../api.html">reference</a> | </li>
<li><a href="http://wiki.github.com/camping/camping">wiki</a> | </li>
<li><a href="http://github.com/camping/camping">code</a></li>
</ul>
- <p id="version">Camping 2.0.rc0</p>
+ <p id="version">Camping 2.0</p>
</div>
<div id="fullpage">
<div class="page_shade">
<div class="page">
- <p class="header">Sat Apr 03 16:22:17 +0200 2010</p>
+ <p class="header">Fri Apr 09 16:33:39 +0200 2010</p>
<h1>Getting Started</h1>
<p>
Start a new text file called nuts.rb. Here’s what you put inside:
</p>
<pre>
@@ -528,10 +528,10 @@
<p>
You’ve taken quite a few steps in the last minutes. You deserve a
break. But let’s recap for a moment:
</p>
<ul>
-<li>Always place <tt><a href="../api.html#M000023">Camping.goes</a> :App</tt>
+<li>Always place <tt><a href="../api.html#M000028">Camping.goes</a> :App</tt>
at the top of your file.
</li>
<li>Every route ends at a controller, but …