diff options
author | Tom Bird <tombird1992@gmail.com> | 2016-08-02 14:14:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-02 14:14:21 +0100 |
commit | 312f4712d25fecef7997d8add37b85ac46b6cc05 (patch) | |
tree | 1513d1c95598a81631930d58b1b3bc9e2bbf925f /doc | |
parent | 55b766d549dc7a9cd417de001a2f7ba8d445579f (diff) | |
download | numpy-312f4712d25fecef7997d8add37b85ac46b6cc05.tar.gz |
DOC: #7881. Fix link to record arrays
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/user/quickstart.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/user/quickstart.rst b/doc/source/user/quickstart.rst index 42b01c3d4..034ac223a 100644 --- a/doc/source/user/quickstart.rst +++ b/doc/source/user/quickstart.rst @@ -1268,7 +1268,7 @@ times the number of vectors. Indexing with strings --------------------- -See `RecordArrays <RecordArrays.html>`__. +See `RecordArrays <basics.rec.html#record-arrays>`__. Linear Algebra ============== |