Skip to content

Commit

Permalink
Adding some more links and a note about logs being gitignored to the …
Browse files Browse the repository at this point in the history
…doc index page
  • Loading branch information
carols10cents committed Jan 28, 2012
1 parent 64e0dba commit a45de89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/app_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<div class="pilwrap">
<a class="pilcrow" href="#section-controllers-auth">&#182;</a>
</div>
<p>The Auth Controller handles external OAuth requests.</p>
<p>The Auth Controller handles external <a href="http://oauth.net/">OAuth</a> requests.</p>
</td>
<td class=code>
<div class='highlight'><pre>|- <a class="source" href="app/controllers/auth_controller.html">auth_controller.rb</a></pre></div>
Expand All @@ -114,7 +114,7 @@
<div class="pilwrap">
<a class="pilcrow" href="#section-controllers-feeds">&#182;</a>
</div>
<p>The Feeds Controller shows a Feed, which is important for PubSubHubbub support.</p>
<p>The Feeds Controller shows a Feed, which is important for <a href="https://code.google.com/p/pubsubhubbub/">PubSubHubbub</a> support.</p>
</td>
<td class=code>
<div class='highlight'><pre>|- <a class="source" href="app/controllers/feeds_controller.html">feeds_controller.rb</a></pre></div>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<div class="pilwrap">
<a class="pilcrow" href="#section-log">&#182;</a>
</div>
<p>Rails creates log files when you run a server or the tests. The <code>log</code> directory is where they end up.</p>
<p>Rails creates log files when you run a server or the tests. The <code>log</code> directory is where they end up. <code>.log</code> files in here are ignored by git.</p>
</td>
<td class=code>
<div class='highlight'><pre>log/</pre></div>
Expand Down

0 comments on commit a45de89

Please sign in to comment.