diff options
author | Ryan Bigg <radarlistener@gmail.com> | 2012-05-17 20:24:15 +1000 |
---|---|---|
committer | Ryan Bigg <radarlistener@gmail.com> | 2012-05-17 20:24:15 +1000 |
commit | 2c2d70eb95c5c02e0e380bc3dc8a8837fbf62f15 (patch) | |
tree | d057606dd68d00ea581e2d34c7a0f2649a38c195 /guides/source | |
parent | a4db311da0db9b87e12eebfc49b0d97a3af35043 (diff) | |
download | rails-2c2d70eb95c5c02e0e380bc3dc8a8837fbf62f15.tar.gz rails-2c2d70eb95c5c02e0e380bc3dc8a8837fbf62f15.tar.bz2 rails-2c2d70eb95c5c02e0e380bc3dc8a8837fbf62f15.zip |
[getting started] Remove beginning ruby link in posts/show
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/getting_started.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/getting_started.textile b/guides/source/getting_started.textile index 4680cadacf..ad31f7ce3b 100644 --- a/guides/source/getting_started.textile +++ b/guides/source/getting_started.textile @@ -1365,7 +1365,7 @@ So first, we'll wire up the Post show template <p> <strong>Text:</strong> - <%= @post.texthttp://beginningruby.org/ %> + <%= @post.text %> </p> <h2>Add a comment:</h2> |