summaryrefslogtreecommitdiff
path: root/docs/whatsnew-1.0.rst
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-02-19 23:40:04 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-03-05 01:59:22 +0200
commit8087fb7b72a8642ce3a323692b828d87369cff9f (patch)
treec078041023d7d86c56404b1930a55febfdf1ee0a /docs/whatsnew-1.0.rst
parent9547903b00196b7311b6f0c26f42fed78a91e933 (diff)
downloadpyramid-8087fb7b72a8642ce3a323692b828d87369cff9f.tar.gz
pyramid-8087fb7b72a8642ce3a323692b828d87369cff9f.tar.bz2
pyramid-8087fb7b72a8642ce3a323692b828d87369cff9f.zip
fix broken links
Diffstat (limited to 'docs/whatsnew-1.0.rst')
-rw-r--r--docs/whatsnew-1.0.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/whatsnew-1.0.rst b/docs/whatsnew-1.0.rst
index 66cb9be3a..d1f3046ca 100644
--- a/docs/whatsnew-1.0.rst
+++ b/docs/whatsnew-1.0.rst
@@ -249,7 +249,7 @@ ZCML Externalized
Pyramid core. Loading ZCML is now a feature of the :term:`pyramid_zcml`
package, which can be downloaded from PyPI. Documentation for the package
should be available via
- http://pylonsproject.org/projects/pyramid_zcml/dev/, which describes how to
+ http://docs.pylonsproject.org/projects/pyramid_zcml/en/latest/, which describes how to
add a configuration statement to your ``main`` block to reobtain this
method. You will also need to add an ``install_requires`` dependency upon
the ``pyramid_zcml`` distribution to your ``setup.py`` file.