From 87a6ffdb91ae9f983169c3e9da15ea0266745a74 Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Sun, 12 Dec 2010 09:27:00 -0700 Subject: fix name as per comment on commit d00dfb7 --- docs/narr/static.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/narr/static.rst b/docs/narr/static.rst index 70c059e9c..bed922953 100644 --- a/docs/narr/static.rst +++ b/docs/narr/static.rst @@ -177,7 +177,7 @@ instead of a view name. For example, the ``name`` argument may be .. code-block:: python :linenos: - config.add_static_view(name='http://example.com', path='mypackage:images') + config.add_static_view(name='http://example.com/images', path='mypackage:images') Under such a configuration, the URL generated by ``static_url`` for resources which begin with ``mypackage:images`` will be prefixed with -- cgit v1.2.3