Skip to content

Commit f46f5be

Browse files
authored
Fix incorrect link syntax in upgrade guide (#5434)
Looks like some markdown spilled into our restructured text
1 parent 5c07fee commit f46f5be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/upgrade.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ changes are that:
2424
function is not available anymore.
2525

2626
Due to NumPy changes, you may experience difficulties updating to NumPy 2.
27-
Please see the [NumPy 2 migration guide](https://numpy.org/devdocs/numpy_2_0_migration_guide.html) for details.
27+
Please see the `NumPy 2 migration guide <https://numpy.org/devdocs/numpy_2_0_migration_guide.html>`_
28+
for details.
2829
For example, a more direct change could be that the default integer ``"int_"``
2930
(and ``"uint"``) is now ``ssize_t`` and not ``long`` (affects 64bit windows).
3031

0 commit comments

Comments
 (0)