diff options
| author | Michael Merickel <michael@merickel.org> | 2015-12-09 23:01:35 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2015-12-09 23:01:35 -0600 |
| commit | 3175c990bc02805b729594996f6360b81f5f0ebc (patch) | |
| tree | add0b3e2fac4c5ef75e88ff38d518df184532b80 /docs | |
| parent | 5e3439059daa94543f9437a280fed8d804cc7596 (diff) | |
| download | pyramid-3175c990bc02805b729594996f6360b81f5f0ebc.tar.gz pyramid-3175c990bc02805b729594996f6360b81f5f0ebc.tar.bz2 pyramid-3175c990bc02805b729594996f6360b81f5f0ebc.zip | |
fix broken ref in docs
Diffstat (limited to 'docs')
| -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 8b41f9b8a..0e3f6af11 100644 --- a/docs/narr/assets.rst +++ b/docs/narr/assets.rst @@ -587,7 +587,7 @@ use some of the following options to get started: template code. While this approach may work in certain scenarios, it is not recommended because your static assets will not really be static and are now dependent on :app:`Pyramid` to be served correctly. See - :ref:`advanced static` for more information on this approach. + :ref:`advanced_static` for more information on this approach. If your CSS and JavaScript assets use URLs to reference other assets it is recommended that you implement an external asset pipeline that can rewrite the |
