summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki/definingviews.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-11-04 21:13:54 -0400
committerChris McDonough <chrism@plope.com>2010-11-04 21:13:54 -0400
commitfb30035ec15d56ac93362160e08f0ffbbfdd1212 (patch)
tree520aee3a005ba7c696bcadeea8139a452aa3c1a5 /docs/tutorials/wiki/definingviews.rst
parenta2ec85f74c0cdbfd787d8fc452bd095b18b4f6b3 (diff)
downloadpyramid-fb30035ec15d56ac93362160e08f0ffbbfdd1212.tar.gz
pyramid-fb30035ec15d56ac93362160e08f0ffbbfdd1212.tar.bz2
pyramid-fb30035ec15d56ac93362160e08f0ffbbfdd1212.zip
- Move static dir from pkg/templates/ to /pkg/ in pyramid_* paster templates.
Diffstat (limited to 'docs/tutorials/wiki/definingviews.rst')
-rw-r--r--docs/tutorials/wiki/definingviews.rst11
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/tutorials/wiki/definingviews.rst b/docs/tutorials/wiki/definingviews.rst
index 05ce2fbcd..44543cb33 100644
--- a/docs/tutorials/wiki/definingviews.rst
+++ b/docs/tutorials/wiki/definingviews.rst
@@ -234,12 +234,11 @@ the below:
Static Resources
----------------
-Our templates name a single static resource named ``style.css``. We
-need to create this and place it in a file named ``style.css`` within
-our package's ``templates/static`` directory. This file is a little
-too long to replicate within the body of this guide, however it is
-available `online
-<http://github.com/Pylons/pyramid/blob/master/docs/tutorials/wiki/src/views/tutorial/templates/static/default.css>`_.
+Our templates name a single static resource named ``style.css``. We need to
+create this and place it in a file named ``style.css`` within our package's
+``static`` directory. This file is a little too long to replicate within the
+body of this guide, however it is available `online
+<http://github.com/Pylons/pyramid/blob/master/docs/tutorials/wiki/src/views/tutorial/static/default.css>`_.
This CSS file will be accessed via
e.g. ``http://localhost:6543/static/style.css`` by virtue of the