From bff96e268749e788b69153221c1546b8904a9b53 Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Thu, 3 Oct 2024 14:27:31 +0900 Subject: [PATCH] fix link in documentation --- docs/changelog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index a5e68e15..5702a5d6 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -15,7 +15,7 @@ case, both modules must use the same nanobind ABI version, or they will be isolated from each other. Releases that don't explicitly mention an ABI version below inherit that of the preceding release. -Version 2.2.0 (October 3, 2014) +Version 2.2.0 (October 3, 2024) ------------------------------- - nanobind can now target `free-threaded Python @@ -24,7 +24,7 @@ Version 2.2.0 (October 3, 2014) `__ with a fine-grained locking scheme (see `PEP 703 `__) to better leverage multi-core - parallelism. A `separate documation page `__ explains this in + parallelism. A :ref:`separate documentation page ` explains this in detail (PRs `#695 `__, `#720 `__)