Skip to content

Commit f3e2796

Browse files
committed
fix link in documentation
1 parent 353f19f commit f3e2796

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/changelog.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ case, both modules must use the same nanobind ABI version, or they will be
1515
isolated from each other. Releases that don't explicitly mention an ABI version
1616
below inherit that of the preceding release.
1717

18-
Version 2.2.0 (October 3, 2014)
18+
Version 2.2.0 (October 3, 2024)
1919
-------------------------------
2020

2121
- nanobind can now target `free-threaded Python
@@ -24,7 +24,7 @@ Version 2.2.0 (October 3, 2014)
2424
<https://en.wikipedia.org/wiki/Global_interpreter_lock>`__ with a
2525
fine-grained locking scheme (see `PEP 703
2626
<https://peps.python.org/pep-0703/>`__) to better leverage multi-core
27-
parallelism. A `separate documation page <free-threading>`__ explains this in
27+
parallelism. A :ref:`separate documation page <free-threaded>` explains this in
2828
detail (PRs `#695 <https://github.com/wjakob/nanobind/pull/695>`__, `#720
2929
<https://github.com/wjakob/nanobind/pull/720>`__)
3030

0 commit comments

Comments
 (0)