diff options
author | Jarrod Millman <millman@berkeley.edu> | 2007-09-23 20:49:11 +0000 |
---|---|---|
committer | Jarrod Millman <millman@berkeley.edu> | 2007-09-23 20:49:11 +0000 |
commit | 07039cc992da0fc117674e34b45c96c6cf0a38a4 (patch) | |
tree | e777ae22cce5c72f8193a0e22ede6b485a377c67 /numpy | |
parent | 067d642e8531c1825ab9a694e57d6da4ee2ad1ec (diff) | |
download | numpy-07039cc992da0fc117674e34b45c96c6cf0a38a4.tar.gz |
point to a link that actually works
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/doc/HOWTO_DOCUMENT.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/doc/HOWTO_DOCUMENT.txt b/numpy/doc/HOWTO_DOCUMENT.txt index 559fbf3af..408da9c0e 100644 --- a/numpy/doc/HOWTO_DOCUMENT.txt +++ b/numpy/doc/HOWTO_DOCUMENT.txt @@ -159,7 +159,7 @@ Example Here is a short example module in `plain text <http://svn.scipy.org/svn/numpy/trunk/numpy/doc/example.py>`__ and -`rendered <http://svn.scipy.org/svn/numpy/trunk/numpy/doc/html/index.html>`__ +`rendered <http://www.scipy.org/doc/example>`__ To try this yourself, simply download the example.py:: |