From f3e2796d7bd12f77856eef53772644115a5e8788 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..a8e15fa4 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 documation page ` explains this in detail (PRs `#695 `__, `#720 `__)