From f46f5be4fa4d24c4e5382d0251315f361ce97424 Mon Sep 17 00:00:00 2001 From: Tim Stumbaugh Date: Wed, 6 Nov 2024 12:21:33 -0700 Subject: [PATCH] Fix incorrect link syntax in upgrade guide (#5434) Looks like some markdown spilled into our restructured text --- docs/upgrade.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/upgrade.rst b/docs/upgrade.rst index 17c26aaa9..5cef2b81a 100644 --- a/docs/upgrade.rst +++ b/docs/upgrade.rst @@ -24,7 +24,8 @@ changes are that: function is not available anymore. Due to NumPy changes, you may experience difficulties updating to NumPy 2. -Please see the [NumPy 2 migration guide](https://numpy.org/devdocs/numpy_2_0_migration_guide.html) for details. +Please see the `NumPy 2 migration guide `_ +for details. For example, a more direct change could be that the default integer ``"int_"`` (and ``"uint"``) is now ``ssize_t`` and not ``long`` (affects 64bit windows).