aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/getting_started.textile
diff options
context:
space:
mode:
authorRyan Bigg <radarlistener@gmail.com>2012-05-17 20:32:44 +1000
committerRyan Bigg <radarlistener@gmail.com>2012-05-17 20:32:44 +1000
commita3a25e7e447a26422db3962ba44b809f809c7729 (patch)
tree01e6403ebb679948783891c152fdc595ee34857a /guides/source/getting_started.textile
parent39b3a10253439483b53c1665a72e0526fcf7551f (diff)
downloadrails-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.textile4
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>