aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorMarek Ovečka <marek.ovecka@gmail.com>2012-12-30 15:07:36 +0100
committerMarek Ovečka <marek.ovecka@gmail.com>2012-12-30 15:07:36 +0100
commit06c7ecb4ef21bf8a91c95e67f5528f0d90f6cf75 (patch)
tree494db245a2b6330e3a2952ceaf1c27cc98b7800c /guides/source
parent9a497582e666b20cf38b87bf8beb64e60d3ed564 (diff)
downloadrails-06c7ecb4ef21bf8a91c95e67f5528f0d90f6cf75.tar.gz
rails-06c7ecb4ef21bf8a91c95e67f5528f0d90f6cf75.tar.bz2
rails-06c7ecb4ef21bf8a91c95e67f5528f0d90f6cf75.zip
Update guides/source/layouts_and_rendering.md
Removed first slash. The subdirectory will nto be found with slash befor it.
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/layouts_and_rendering.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/layouts_and_rendering.md b/guides/source/layouts_and_rendering.md
index dbaa3ec576..0875941e29 100644
--- a/guides/source/layouts_and_rendering.md
+++ b/guides/source/layouts_and_rendering.md
@@ -782,7 +782,7 @@ To include `app/assets/stylesheets/main.css` and `app/assets/stylesheets/columns
To include `app/assets/stylesheets/main.css` and `app/assets/stylesheets/photos/columns.css`:
```erb
-<%= stylesheet_link_tag "main", "/photos/columns" %>
+<%= stylesheet_link_tag "main", "photos/columns" %>
```
To include `http://example.com/main.css`: