diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-04-05 22:56:48 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-04-05 23:26:09 +0200 |
| commit | f5eb753eebbda6fa55ccc5108fcc325931a17f85 (patch) | |
| tree | e57ecad8ed5c7fb04bec7caffc99fda022ffab7f /docs/narr/assets.rst | |
| parent | e556961d789ccf52430d19d44297cceb1f537405 (diff) | |
| download | pyramid-f5eb753eebbda6fa55ccc5108fcc325931a17f85.tar.gz pyramid-f5eb753eebbda6fa55ccc5108fcc325931a17f85.tar.bz2 pyramid-f5eb753eebbda6fa55ccc5108fcc325931a17f85.zip | |
fix some cross-references
Diffstat (limited to 'docs/narr/assets.rst')
| -rw-r--r-- | docs/narr/assets.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/assets.rst b/docs/narr/assets.rst index 09a2b83f2..26b3e3a92 100644 --- a/docs/narr/assets.rst +++ b/docs/narr/assets.rst @@ -271,7 +271,7 @@ assets which begin with ``mypackage:images`` will be prefixed with # -> http://example.com/images/logo.png Using :meth:`~pyramid.request.Request.static_url` in conjunction with a -:meth:`~pyramid.configuration.Configurator.add_static_view` makes it possible +:meth:`~pyramid.config.Configurator.add_static_view` makes it possible to put static media on a separate webserver during production (if the ``name`` argument to :meth:`~pyramid.config.Configurator.add_static_view` is a URL), while keeping static media package-internal and served by the |
