aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/generators.md
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-11-17 01:13:52 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2012-11-17 01:42:38 +0530
commit1fd008cd44cd2eea37db57ee6b3c17d3585d88c1 (patch)
tree18cda5ecade0af01f21dfdd0d783c4842cb96bbe /guides/source/generators.md
parent578eba02094f62d480b2964026c006a1d0317738 (diff)
downloadrails-1fd008cd44cd2eea37db57ee6b3c17d3585d88c1.tar.gz
rails-1fd008cd44cd2eea37db57ee6b3c17d3585d88c1.tar.bz2
rails-1fd008cd44cd2eea37db57ee6b3c17d3585d88c1.zip
copy edits and fixes [ci skip]
Diffstat (limited to 'guides/source/generators.md')
-rw-r--r--guides/source/generators.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/generators.md b/guides/source/generators.md
index adfca9b4a4..d1ba19e078 100644
--- a/guides/source/generators.md
+++ b/guides/source/generators.md
@@ -376,7 +376,7 @@ Fallbacks allow your generators to have a single responsibility, increasing code
Application Templates
---------------------
-Now that you've seen how generators can be used _inside_ an application, did you know they can also be used to _generate_ applications too? This kind of generator is referred as a "template". This is a brief overview of the Templates API. For detailed documentation see the [Rails Application Templates guide](http://guides.rubyonrails.org/rails_application_templates.html)
+Now that you've seen how generators can be used _inside_ an application, did you know they can also be used to _generate_ applications too? This kind of generator is referred as a "template". This is a brief overview of the Templates API. For detailed documentation see the [Rails Application Templates guide](rails_application_templates.html).
```ruby
gem "rspec-rails", group: "test"