aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Noble & Ralph Shnelvar <perlwizard@gmail.com>2011-07-24 12:24:00 -0600
committerJason Noble & Ralph Shnelvar <perlwizard@gmail.com>2011-07-24 12:24:00 -0600
commitf04725f3ba39c9d9ecdf75cfc398705f1e22f824 (patch)
treeec3f567494b1d4e10c34364152d6e186855a168d
parent8e44ff63b228509921b346c3ebe138b993e8bf67 (diff)
downloadrails-f04725f3ba39c9d9ecdf75cfc398705f1e22f824.tar.gz
rails-f04725f3ba39c9d9ecdf75cfc398705f1e22f824.tar.bz2
rails-f04725f3ba39c9d9ecdf75cfc398705f1e22f824.zip
Modified the content based on vijaydev's comment
https://github.com/lifo/docrails/commit/3eb99aab77c04dbd95dfc9f73e03a667f114914f#commitcomment-493737
-rw-r--r--railties/guides/source/getting_started.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile
index e952998c20..92606681da 100644
--- a/railties/guides/source/getting_started.textile
+++ b/railties/guides/source/getting_started.textile
@@ -92,7 +92,7 @@ Action View manages the views of your Rails application. It can create both HTML
h5. Action Dispatch
-Action Dispatch handles routing of web requests and dispatches them as you want, either to your application or any other Rack application. Rack applications are a more advanced topic and are covered in a later guide called "Rails on Rack":http://edgeguides.rubyonrails.org/rails_on_rack.html.
+Action Dispatch handles routing of web requests and dispatches them as you want, either to your application or any other Rack application. Rack applications are a more advanced topic and are covered in a separate guide called "Rails on Rack":http://guides.rubyonrails.org/rails_on_rack.html.
h5. Action Mailer