diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-02-19 23:40:04 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-03-05 01:59:22 +0200 |
| commit | 8087fb7b72a8642ce3a323692b828d87369cff9f (patch) | |
| tree | c078041023d7d86c56404b1930a55febfdf1ee0a /docs | |
| parent | 9547903b00196b7311b6f0c26f42fed78a91e933 (diff) | |
| download | pyramid-8087fb7b72a8642ce3a323692b828d87369cff9f.tar.gz pyramid-8087fb7b72a8642ce3a323692b828d87369cff9f.tar.bz2 pyramid-8087fb7b72a8642ce3a323692b828d87369cff9f.zip | |
fix broken links
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/whatsnew-1.0.rst | 2 | ||||
| -rw-r--r-- | docs/whatsnew-1.3.rst | 2 |
2 files changed, 2 insertions, 2 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. diff --git a/docs/whatsnew-1.3.rst b/docs/whatsnew-1.3.rst index f32053202..dfc7b4f4b 100644 --- a/docs/whatsnew-1.3.rst +++ b/docs/whatsnew-1.3.rst @@ -524,7 +524,7 @@ Documentation Enhancements - Removed the "Running Pyramid on Google App Engine" tutorial from the main docs. It survives on in the Cookbook - (http://docs.pylonsproject.org/projects/pyramid_cookbook/en/latest/gae.html). + (http://docs.pylonsproject.org/projects/pyramid_cookbook/en/latest/deployment/gae.html). Rationale: it provides the correct info for the Python 2.5 version of GAE only, and this version of Pyramid does not support Python 2.5. |
