Fix wrong link in changelog

This commit is contained in:
Matthias Hochsteger 2017-08-23 16:08:13 +02:00 committed by Jason Rhinelander
parent e9bb843edc
commit e8b5074187
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ v2.2.0 (Not yet released)
functions which return a class instance by value, pointer or holder. This functions which return a class instance by value, pointer or holder. This
supersedes the old placement-new ``__init__`` technique. supersedes the old placement-new ``__init__`` technique.
See :ref:`custom_constructors` for details. See :ref:`custom_constructors` for details.
`#805 <https://github.com/pybind/pybind11/pull/997>`_. `#805 <https://github.com/pybind/pybind11/pull/805>`_.
.. code-block:: cpp .. code-block:: cpp