diff options
author | Ryan Bigg <radarlistener@gmail.com> | 2012-05-17 20:32:44 +1000 |
---|---|---|
committer | Ryan Bigg <radarlistener@gmail.com> | 2012-05-17 20:32:44 +1000 |
commit | a3a25e7e447a26422db3962ba44b809f809c7729 (patch) | |
tree | 01e6403ebb679948783891c152fdc595ee34857a /guides/source/getting_started.textile | |
parent | 39b3a10253439483b53c1665a72e0526fcf7551f (diff) | |
download | rails-a3a25e7e447a26422db3962ba44b809f809c7729.tar.gz rails-a3a25e7e447a26422db3962ba44b809f809c7729.tar.bz2 rails-a3a25e7e447a26422db3962ba44b809f809c7729.zip |
[getting started] remove two more beginningruby links
Diffstat (limited to 'guides/source/getting_started.textile')
-rw-r--r-- | guides/source/getting_started.textile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/getting_started.textile b/guides/source/getting_started.textile index 2768d782b4..19bd106ff0 100644 --- a/guides/source/getting_started.textile +++ b/guides/source/getting_started.textile @@ -1502,7 +1502,7 @@ following: <p> <strong>Text:</strong> - <%= @post.texthttp://beginningruby.org/ %> + <%= @post.text %> </p> <h2>Comments</h2> @@ -1564,7 +1564,7 @@ Then you make the +app/views/posts/show.html.erb+ look like the following: <p> <strong>Text:</strong> - <%= @post.texthttp://beginningruby.org/ %> + <%= @post.text %> </p> <h2>Add a comment:</h2> |