summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@googlemail.com>2012-12-31 08:56:04 -0800
committerRalf Gommers <ralf.gommers@googlemail.com>2012-12-31 08:56:04 -0800
commita457fd2a2a8bcd99c7e4a25c56051de46dc06525 (patch)
treeae7cc82f781c139bb980d027d79a91a1b8540025
parentc56826b9255b232053d5189286dd545d736a262d (diff)
parente615890269ac9cfb26ebb490eaef76bbe4845642 (diff)
downloadnumpy-a457fd2a2a8bcd99c7e4a25c56051de46dc06525.tar.gz
Merge pull request #2873 from sandrotosi/master-numpy.org
DOC: fix array interface documentation links
-rw-r--r--doc/numpybook/numpybook.lyx2
-rw-r--r--numpy/core/include/numpy/ndarraytypes.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/numpybook/numpybook.lyx b/doc/numpybook/numpybook.lyx
index 17ffb4a43..59f51b4eb 100644
--- a/doc/numpybook/numpybook.lyx
+++ b/doc/numpybook/numpybook.lyx
@@ -18401,7 +18401,7 @@ name "dtype!construction!from list"
(array description interface): This style is more fully described at
\begin_inset LatexCommand url
name "this site"
-target "http://numpy.scipy.org/array_interface.html"
+target "http://docs.scipy.org/doc/numpy/reference/arrays.interface.html"
\end_inset
diff --git a/numpy/core/include/numpy/ndarraytypes.h b/numpy/core/include/numpy/ndarraytypes.h
index 5bb6fa106..b7e1bc552 100644
--- a/numpy/core/include/numpy/ndarraytypes.h
+++ b/numpy/core/include/numpy/ndarraytypes.h
@@ -1676,7 +1676,7 @@ typedef struct {
/************************************************************
* This is the form of the struct that's returned pointed by the
* PyCObject attribute of an array __array_struct__. See
- * http://numpy.scipy.org/array_interface.shtml for the full
+ * http://docs.scipy.org/doc/numpy/reference/arrays.interface.html for the full
* documentation.
************************************************************/
typedef struct {