Skip to content

Commit

Permalink
updates de title of the generators guide in the home and index
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Aug 26, 2010
1 parent 2af7f29 commit 983a5e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion railties/guides/source/index.html.erb
Expand Up @@ -140,7 +140,7 @@ Ruby on Rails Guides
<p>This guide covers Rails integration with Rack and interfacing with other Rack components.</p>
<% end %>
<%= guide("Adding Generators", 'generators.html') do %>
<%= guide("Creating and Customizing Rails Generators", 'generators.html') do %>
<p>This guide covers the process of adding a brand new generator to your extension
or providing an alternative to an element of a built-in Rails generator (such as
providing alternative test stubs for the scaffold generator).</p>
Expand Down
2 changes: 1 addition & 1 deletion railties/guides/source/layout.html.erb
Expand Up @@ -76,7 +76,7 @@
<dt>Extending Rails</dt>
<dd><a href="plugins.html">The Basics of Creating Rails Plugins</a></dd>
<dd><a href="rails_on_rack.html">Rails on Rack</a></dd>
<dd><a href="generators.html">Adding a Generator to Your Plugin</a></dd>
<dd><a href="generators.html">Creating and Customizing Rails Generators</a></dd>

<dt>Contributing to Rails</dt>
<dd><a href="contributing_to_rails.html">Contributing to Rails</a></dd>
Expand Down

0 comments on commit 983a5e2

Please sign in to comment.