summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandro Tosi <morph@debian.org>2012-12-30 12:12:18 +0100
committerSandro Tosi <morph@debian.org>2012-12-30 12:12:18 +0100
commit864353e4f2ce74e81416ee5071d8b6c4ce9e2934 (patch)
tree66b281b00ea94d8f47ac250bf739f971cb8ed262
parent4a3c3478ececa99d0382ca9a8d9d134d4bdd256d (diff)
downloadnumpy-864353e4f2ce74e81416ee5071d8b6c4ce9e2934.tar.gz
move to www.numpy.org
-rw-r--r--bento.info2
-rw-r--r--doc/source/dev/gitwash/git_links.inc2
-rw-r--r--doc/source/dev/gitwash_links.txt2
-rwxr-xr-xsetup.py2
4 files changed, 4 insertions, 4 deletions
diff --git a/bento.info b/bento.info
index f53b0b4d0..ff5d49dfb 100644
--- a/bento.info
+++ b/bento.info
@@ -1,7 +1,7 @@
Name: numpy
Version: 2.0.0
Summary: NumPy: array processing for numbers, strings, records, and objects.
-Url: http://numpy.scipy.org
+Url: http://www.numpy.org
DownloadUrl: http://sourceforge.net/project/showfiles.php?group_id=1369&package_id=175103
Description:
NumPy is a general-purpose array-processing package designed to
diff --git a/doc/source/dev/gitwash/git_links.inc b/doc/source/dev/gitwash/git_links.inc
index e33dacc2a..74ba09c9a 100644
--- a/doc/source/dev/gitwash/git_links.inc
+++ b/doc/source/dev/gitwash/git_links.inc
@@ -80,6 +80,6 @@
.. other stuff
.. _python: http://www.python.org
-.. _NumPy: http://numpy.scipy.org
+.. _NumPy: http://www.numpy.org
.. _`NumPy github`: http://github.com/numpy/numpy
.. _`NumPy mailing list`: http://scipy.org/Mailing_Lists
diff --git a/doc/source/dev/gitwash_links.txt b/doc/source/dev/gitwash_links.txt
index c598ba4aa..f9536828c 100644
--- a/doc/source/dev/gitwash_links.txt
+++ b/doc/source/dev/gitwash_links.txt
@@ -1,3 +1,3 @@
-.. _NumPy: http://numpy.scipy.org
+.. _NumPy: http://www.numpy.org
.. _`NumPy github`: http://github.com/numpy/numpy
.. _`NumPy mailing list`: http://scipy.org/Mailing_Lists
diff --git a/setup.py b/setup.py
index a59b19b3e..40b021045 100755
--- a/setup.py
+++ b/setup.py
@@ -47,7 +47,7 @@ MAINTAINER = "NumPy Developers"
MAINTAINER_EMAIL = "numpy-discussion@scipy.org"
DESCRIPTION = DOCLINES[0]
LONG_DESCRIPTION = "\n".join(DOCLINES[2:])
-URL = "http://numpy.scipy.org"
+URL = "http://www.numpy.org"
DOWNLOAD_URL = "http://sourceforge.net/projects/numpy/files/NumPy/"
LICENSE = 'BSD'
CLASSIFIERS = filter(None, CLASSIFIERS.split('\n'))