diff options
author | Ryan Bigg <radarlistener@gmail.com> | 2012-05-17 20:29:52 +1000 |
---|---|---|
committer | Ryan Bigg <radarlistener@gmail.com> | 2012-05-17 20:29:52 +1000 |
commit | 9540747747c22b8b4812abf8f8cc1abcfca9d0a2 (patch) | |
tree | 396091a0c63cffab61865b31ae6f3f48c7910eb8 /guides | |
parent | a9f029ebf0229f3383b5d8853f6d7293e14ae512 (diff) | |
download | rails-9540747747c22b8b4812abf8f8cc1abcfca9d0a2.tar.gz rails-9540747747c22b8b4812abf8f8cc1abcfca9d0a2.tar.bz2 rails-9540747747c22b8b4812abf8f8cc1abcfca9d0a2.zip |
[getting started] remove another beginning ruby link
Diffstat (limited to 'guides')
-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 8463887cfd..1bf437f411 100644 --- a/guides/source/getting_started.textile +++ b/guides/source/getting_started.textile @@ -1427,7 +1427,7 @@ template. This is where we want the comment to show, so let's add that to the <p> <strong>Text:</strong> - <%= @post.texthttp://beginningruby.org/ %> + <%= @post.text %> </p> <h2>Comments</h2> |