summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki/definingviews.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-11-18 10:03:16 -0500
committerChris McDonough <chrism@plope.com>2011-11-18 10:03:16 -0500
commit0694f092797ddc4a1821e89e776adb17bc89f52d (patch)
treeecd3c7cf11719168b02e18aff433b14b846f04c6 /docs/tutorials/wiki/definingviews.rst
parent40b3a8a15e972a7d1dc0b0c7909d3e2a24f91afe (diff)
downloadpyramid-0694f092797ddc4a1821e89e776adb17bc89f52d.tar.gz
pyramid-0694f092797ddc4a1821e89e776adb17bc89f52d.tar.bz2
pyramid-0694f092797ddc4a1821e89e776adb17bc89f52d.zip
- Fix ZODB tutorial docs to match ZODB tutorial code (I removed program name
from ``scan``).
Diffstat (limited to 'docs/tutorials/wiki/definingviews.rst')
-rw-r--r--docs/tutorials/wiki/definingviews.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki/definingviews.rst b/docs/tutorials/wiki/definingviews.rst
index 15b9f13ab..371cae8eb 100644
--- a/docs/tutorials/wiki/definingviews.rst
+++ b/docs/tutorials/wiki/definingviews.rst
@@ -293,7 +293,7 @@ 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/pylons.css>`_.
This CSS file will be accessed via
-e.g. ``http://localhost:6543/static/pylons.css`` by virtue of the call to
+e.g. ``/static/pylons.css`` by virtue of the call to
``add_static_view`` directive we've made in the ``__init__.py`` file. Any
number and type of static assets can be placed in this directory (or
subdirectories) and are just referred to by URL.