From 80e237b04a30110903b3735d1754e23b66ddbd6e Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Wed, 8 Dec 2010 21:15:25 -0800 Subject: XXX Fix example generated url, confirm this is correct XXX --- 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 9f5502f82..6331560f1 100644 --- a/docs/narr/static.rst +++ b/docs/narr/static.rst @@ -80,7 +80,7 @@ provided with a ``name`` argument that is the URL prefix ``http://example.com/images``, subsequent calls to :func:`pyramid.url.static_url` with paths that start with the ``path`` argument passed to :meth:`pyramid.configuration.Configurator.add_static_view` -will generate a URL something like ``http://example.com/logo.png``. The +will generate a URL something like ``http://example.com/images/logo.png``. The external webserver listening on ``example.com`` must be itself configured to respond properly to such a request. The :func:`pyramid.url.static_url` API is discussed in more detail later in this chapter. -- cgit v1.2.3