aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2009-04-05 11:48:01 +0200
committerXavier Noria <fxn@hashref.com>2009-04-05 11:48:53 +0200
commitdda04f700e5d4fe7b40194555f2edbf55c02bd8c (patch)
tree36acc1c1bedeafd0fff80afa58067ae11a4122c9 /railties/guides/source
parentc55507e8ceca44558179a705118740540d7871b4 (diff)
downloadrails-dda04f700e5d4fe7b40194555f2edbf55c02bd8c.tar.gz
rails-dda04f700e5d4fe7b40194555f2edbf55c02bd8c.tar.bz2
rails-dda04f700e5d4fe7b40194555f2edbf55c02bd8c.zip
fixes spelling of "JavaScript" and link to the complex form examples app
Diffstat (limited to 'railties/guides/source')
-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 a216201490..7c029762a3 100644
--- a/railties/guides/source/getting_started.textile
+++ b/railties/guides/source/getting_started.textile
@@ -1269,7 +1269,7 @@ You'll also need to modify +views/posts/_form.html.erb+ to include the tags:
With these changes in place, you'll find that you can edit a post and its tags directly on the same view.
-NOTE. You may want to use javascript to dynamically add additional tags on a single form. For an example of this and other advanced techniques, see the "nested model sample application":http://github.com/alloy/complex-form-examples/tree/nested_attributes.
+NOTE. You may want to use JavaScript to dynamically add additional tags on a single form. For an example of this and other advanced techniques, see the "complex form examples application":http://github.com/alloy/complex-form-examples/tree/master.
h3. What's Next?