diff options
| author | Casey Duncan <casey.duncan@gmail.com> | 2010-12-08 21:15:25 -0800 |
|---|---|---|
| committer | Casey Duncan <casey.duncan@gmail.com> | 2010-12-08 21:15:25 -0800 |
| commit | 80e237b04a30110903b3735d1754e23b66ddbd6e (patch) | |
| tree | a803d470f05551a4e74b4fae55bed173f78631a8 /docs | |
| parent | 10e5446597bcec4fc773f9216f1ade352b3767b6 (diff) | |
| download | pyramid-80e237b04a30110903b3735d1754e23b66ddbd6e.tar.gz pyramid-80e237b04a30110903b3735d1754e23b66ddbd6e.tar.bz2 pyramid-80e237b04a30110903b3735d1754e23b66ddbd6e.zip | |
XXX Fix example generated url, confirm this is correct XXX
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/static.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
