diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2020-09-03 09:12:39 -0500 |
---|---|---|
committer | Sebastian Berg <sebastian@sipsolutions.net> | 2020-09-03 09:12:39 -0500 |
commit | 577424f085f885500e227605d4472e1941a97644 (patch) | |
tree | 90cf273998e3a791744925df9a3b57e7f0a94326 /doc/source/reference | |
parent | 3dacab0b327a0a289c1bafc2a5744974732794e2 (diff) | |
download | numpy-577424f085f885500e227605d4472e1941a97644.tar.gz |
DOC: Fix the link to the quick-start in the old API functions
Diffstat (limited to 'doc/source/reference')
-rw-r--r-- | doc/source/reference/random/legacy.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/random/legacy.rst b/doc/source/reference/random/legacy.rst index 91b91dac8..6cf4775b8 100644 --- a/doc/source/reference/random/legacy.rst +++ b/doc/source/reference/random/legacy.rst @@ -133,7 +133,7 @@ Many of the RandomState methods above are exported as functions in - It uses a `RandomState` rather than the more modern `Generator`. For backward compatible legacy reasons, we cannot change this. See -`random-quick-start`. +:ref:`random-quick-start`. .. autosummary:: :toctree: generated/ |