aboutsummaryrefslogtreecommitdiffstats
path: root/guides/code/getting_started/app/views/welcome/index.html.erb
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-05-26 17:26:27 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-05-26 17:26:27 -0300
commit772c57182dcd6fb1d223369f1531ef48813cdac0 (patch)
tree7727e64c94b8669596d3f0e464ad33322fc31866 /guides/code/getting_started/app/views/welcome/index.html.erb
parent49f03a77ed3ed286daeb440603ac799037b66c33 (diff)
parent45072f34d27bda34b182f14f8b02d778d1648cce (diff)
downloadrails-772c57182dcd6fb1d223369f1531ef48813cdac0.tar.gz
rails-772c57182dcd6fb1d223369f1531ef48813cdac0.tar.bz2
rails-772c57182dcd6fb1d223369f1531ef48813cdac0.zip
Merge pull request #15323 from JohnKellyFerguson/getting-started-app
Docs: Rename Posts to Articles in Guides' Getting Started App
Diffstat (limited to 'guides/code/getting_started/app/views/welcome/index.html.erb')
-rw-r--r--guides/code/getting_started/app/views/welcome/index.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/code/getting_started/app/views/welcome/index.html.erb b/guides/code/getting_started/app/views/welcome/index.html.erb
index 56be8dd3cc..1cabd0d217 100644
--- a/guides/code/getting_started/app/views/welcome/index.html.erb
+++ b/guides/code/getting_started/app/views/welcome/index.html.erb
@@ -1,4 +1,4 @@
<h1>Hello, Rails!</h1>
-<%= link_to "My Blog", controller: "posts" %>
-<%= link_to "New Post", new_post_path %>
+<%= link_to "My Blog", controller: "articles" %>
+<%= link_to "New Article", new_article_path %>