diff options
| author | Michael Merickel <michael@merickel.org> | 2017-05-01 22:57:19 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2017-05-01 22:57:19 -0500 |
| commit | c273cd0471afe365d9bd8a793a81897a9e713aab (patch) | |
| tree | 9b05245e3bbc8a254e72cad8f625cb04605845b8 /docs/whatsnew-1.9.rst | |
| parent | c84904381f664511060b39d0937fbe76efa22f25 (diff) | |
| download | pyramid-c273cd0471afe365d9bd8a793a81897a9e713aab.tar.gz pyramid-c273cd0471afe365d9bd8a793a81897a9e713aab.tar.bz2 pyramid-c273cd0471afe365d9bd8a793a81897a9e713aab.zip | |
fix url syntax
Diffstat (limited to 'docs/whatsnew-1.9.rst')
| -rw-r--r-- | docs/whatsnew-1.9.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/whatsnew-1.9.rst b/docs/whatsnew-1.9.rst index 5f9e0e011..b1a406a74 100644 --- a/docs/whatsnew-1.9.rst +++ b/docs/whatsnew-1.9.rst @@ -8,7 +8,7 @@ Major Feature Additions - The file format used by all ``p*`` command line scripts such as ``pserve`` and ``pshell``, as well as the :func:`pyramid.paster.bootstrap` function is now replaceable thanks to a new dependency on `plaster <http://docs.pylonsproject.org/projects/plaster/en/latest/>`_. - For now, Pyramid is still shipping with integrated support for the PasteDeploy INI format by depending on the `plaster_pastedeploy <https://github.com/Pylons/plaster_pastedeploy`_ binding library. This may change in the future so it is recommended for applications to start depending on the appropriate plaster binding for their needs. + For now, Pyramid is still shipping with integrated support for the PasteDeploy INI format by depending on the `plaster_pastedeploy <https://github.com/Pylons/plaster_pastedeploy>`_ binding library. This may change in the future so it is recommended for applications to start depending on the appropriate plaster binding for their needs. See https://github.com/Pylons/pyramid/pull/2985 |
