diff options
| author | Chris McDonough <chrism@plope.com> | 2011-01-19 20:34:46 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-01-19 20:34:46 -0500 |
| commit | 36a3bf111cae15ff46d0769ccfb2edc1ecf050d3 (patch) | |
| tree | ca446679b83751863abc4ed8da3fef25e5ce2567 /CHANGES.txt | |
| parent | 24e9cd4d235cd693a30248592fe5257002cb339b (diff) | |
| download | pyramid-36a3bf111cae15ff46d0769ccfb2edc1ecf050d3.tar.gz pyramid-36a3bf111cae15ff46d0769ccfb2edc1ecf050d3.tar.bz2 pyramid-36a3bf111cae15ff46d0769ccfb2edc1ecf050d3.zip | |
get urls right
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 0721a359f..86473b9b3 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -51,7 +51,7 @@ Backwards Incompatibilities Pyramid core. Handlers are now a feature of the ``pyramid_handlers`` package, which can be downloaded from PyPI. Documentation for the package should be available via - http://pylonsproject.org/projects/pyramid_handlers/dev, which describes how + http://pylonsproject.org/projects/pyramid_handlers/dev/, 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 ``pyramid_handlers`` to your ``setup.py`` file. @@ -60,7 +60,7 @@ Backwards Incompatibilities Pyramid core. Loading ZCML is now a feature of the ``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 + http://pylonsproject.org/projects/pyramid_zcml/dev/, 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 ``pyramid_zcml`` to your ``setup.py`` file. |
