diff options
author | Robert Kern <rkern@enthought.com> | 2013-04-29 16:27:25 +0100 |
---|---|---|
committer | Robert Kern <rkern@enthought.com> | 2013-04-29 16:27:25 +0100 |
commit | c7c4d40895b5e7824a71e5673a7c1ad378c08638 (patch) | |
tree | a5de19018c03ddb3a55d5cd4b5d15e032bb34bde /README.txt | |
parent | a8805f65d25e7268a722da47d490167d99e1559f (diff) | |
download | numpy-c7c4d40895b5e7824a71e5673a7c1ad378c08638.tar.gz |
BUG: Fix some README links to point to www.numpy.org
Fixes #3288
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/README.txt b/README.txt index b331ec019..f7a8e2a37 100644 --- a/README.txt +++ b/README.txt @@ -10,7 +10,7 @@ It derives from the old Numeric code base and can be used as a replacement for N More information can be found at the website: -http://scipy.org/NumPy +http://www.numpy.org After installation, tests can be run with: @@ -23,5 +23,3 @@ The most current development version is always available from our git repository: http://github.com/numpy/numpy - - |