diff options
-rw-r--r-- | doc/release/upcoming_changes/14794.deprecation.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release/upcoming_changes/14794.deprecation.rst b/doc/release/upcoming_changes/14794.deprecation.rst index 23a147cdb..b84bc1c61 100644 --- a/doc/release/upcoming_changes/14794.deprecation.rst +++ b/doc/release/upcoming_changes/14794.deprecation.rst @@ -4,4 +4,4 @@ Calling ``np.array([[1, [1, 2, 3]])`` will issue a ``DeprecationWarning`` as per `NEP 34`_. Users should explicitly use ``dtype=object`` to avoid the warning. -.. _`NEP 34`: http://www.numpy.org/neps +.. _`NEP 34`: https://numpy.org/neps/nep-0034.html |