From fd8890058e22a95642b14f3efcb32396bcf90a5e Mon Sep 17 00:00:00 2001 From: Arun Agrawal Date: Wed, 17 Jul 2013 12:04:14 +0200 Subject: Guides fixed typo in index.html.erb file [ci skip] --- guides/source/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source') diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index c785fd1f8c..cdb25a1013 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -953,7 +953,7 @@ appear next to the "Show" link: <%= post.title %> <%= post.text %> - <%= link_to 'Show', post_path(post) %> + <%= link_to 'Show', post %> <%= link_to 'Edit', edit_post_path(post) %> <% end %> -- cgit v1.2.3