[doc] Update references to NumPy (GH-22458)
Numeric(al) Python to NumPy. It seems the old name hasn't been used for some time.
diff --git a/Doc/library/array.rst b/Doc/library/array.rst
index 7802073..ff3ec6b 100644
--- a/Doc/library/array.rst
+++ b/Doc/library/array.rst
@@ -257,7 +257,6 @@
Packing and unpacking of External Data Representation (XDR) data as used in some
remote procedure call systems.
- `The Numerical Python Documentation <https://docs.scipy.org/doc/>`_
- The Numeric Python extension (NumPy) defines another array type; see
- http://www.numpy.org/ for further information about Numerical Python.
+ `NumPy <https://numpy.org/>`_
+ The NumPy package defines another array type.