aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorYoni Yalovitsky <yoni@fewbytes.com>2012-12-03 02:57:40 +0200
committerYoni Yalovitsky <yoni@fewbytes.com>2012-12-03 02:57:40 +0200
commitef4e8352fe39a7b7495c68aeaa77c5296b9de82d (patch)
tree324f46f96e91323f487a7678753b739e5340d765 /guides
parent286e56ffe7807421b2b4a72e8386e9eb83767313 (diff)
downloadrails-ef4e8352fe39a7b7495c68aeaa77c5296b9de82d.tar.gz
rails-ef4e8352fe39a7b7495c68aeaa77c5296b9de82d.tar.bz2
rails-ef4e8352fe39a7b7495c68aeaa77c5296b9de82d.zip
removed an extra slash before the 'app' dir
Diffstat (limited to 'guides')
-rw-r--r--guides/source/getting_started.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md
index ceba2c65aa..eefffbe87e 100644
--- a/guides/source/getting_started.md
+++ b/guides/source/getting_started.md
@@ -1350,7 +1350,7 @@ the post show page to see their comment now listed. Due to this, our
spam comments when they arrive.
So first, we'll wire up the Post show template
-(`/app/views/posts/show.html.erb`) to let us make a new comment:
+(`app/views/posts/show.html.erb`) to let us make a new comment:
```html+erb
<p>