#18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev.
diff --git a/Doc/faq/programming.rst b/Doc/faq/programming.rst
index b9ed534..16fabe1 100644
--- a/Doc/faq/programming.rst
+++ b/Doc/faq/programming.rst
@@ -1204,7 +1204,7 @@
A = [[None] * w for i in range(h)]
Or, you can use an extension that provides a matrix datatype; `Numeric Python
-<http://numpy.scipy.org/>`_ is the best known.
+<http://www.numpy.org/>`_ is the best known.
How do I apply a method to a sequence of objects?