aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/command_line.textile
diff options
context:
space:
mode:
authorJosiah Ivey <josiah.ivey@gmail.com>2010-05-16 21:58:47 -0500
committerJosiah Ivey <josiah.ivey@gmail.com>2010-05-16 21:58:47 -0500
commitea9398f9bafeec8fb0c527710b4708625fb60c21 (patch)
tree0a8eab20e3eaf5af14794f95368578ced067d766 /railties/guides/source/command_line.textile
parentd148a6f6ba5f8ee65905f12cd2601fcc377d4852 (diff)
downloadrails-ea9398f9bafeec8fb0c527710b4708625fb60c21.tar.gz
rails-ea9398f9bafeec8fb0c527710b4708625fb60c21.tar.bz2
rails-ea9398f9bafeec8fb0c527710b4708625fb60c21.zip
Guides: Fix numerous broken links
Diffstat (limited to 'railties/guides/source/command_line.textile')
-rw-r--r--railties/guides/source/command_line.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/command_line.textile b/railties/guides/source/command_line.textile
index ab024d7fc3..983c04c3d9 100644
--- a/railties/guides/source/command_line.textile
+++ b/railties/guides/source/command_line.textile
@@ -31,7 +31,7 @@ h4. +rails+
The first thing we'll want to do is create a new Rails application by running the +rails+ command after installing Rails.
-WARNING: You know you need the rails gem installed by typing +gem install rails+ first, if you don't have this installed, follow the instructions in the "Rails 3 Release Notes":/3_0_release_notes.textile
+WARNING: You know you need the rails gem installed by typing +gem install rails+ first, if you don't have this installed, follow the instructions in the "Rails 3 Release Notes":/3_0_release_notes.html
<shell>
$ rails commandsapp