From 03b08acc6dc0c738207833e8a7c7568e79505293 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 5 Nov 2010 00:55:01 -0400 Subject: fix url to source --- docs/tutorials/wiki/definingviews.rst | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'docs/tutorials/wiki/definingviews.rst') diff --git a/docs/tutorials/wiki/definingviews.rst b/docs/tutorials/wiki/definingviews.rst index 44543cb33..797eee0d9 100644 --- a/docs/tutorials/wiki/definingviews.rst +++ b/docs/tutorials/wiki/definingviews.rst @@ -238,14 +238,13 @@ 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 -`_. +`_. This CSS file will be accessed via -e.g. ``http://localhost:6543/static/style.css`` by virtue of the -``static`` directive we've defined in the ``configure.zcml`` file. -Any number and type of static resources can be placed in this -directory (or subdirectories) and are just referred to by URL within -templates. +e.g. ``http://localhost:6543/static/style.css`` by virtue of the ``static`` +directive we've defined in the ``configure.zcml`` file. Any number and type +of static resources can be placed in this directory (or subdirectories) and +are just referred to by URL within templates. Testing the Views ================= -- cgit v1.2.3