From e8b507418706e4e0869ae7fcaef3035089641616 Mon Sep 17 00:00:00 2001 From: Matthias Hochsteger Date: Wed, 23 Aug 2017 16:08:13 +0200 Subject: [PATCH] Fix wrong link in changelog --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 744a9199d..2e585dcf9 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -77,7 +77,7 @@ v2.2.0 (Not yet released) functions which return a class instance by value, pointer or holder. This supersedes the old placement-new ``__init__`` technique. See :ref:`custom_constructors` for details. - `#805 `_. + `#805 `_. .. code-block:: cpp