summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoss Barnowski <rossbar@berkeley.edu>2021-01-26 11:54:52 -0800
committerRoss Barnowski <rossbar@berkeley.edu>2021-01-26 11:54:52 -0800
commitf2024700546c773970d8599bb37cd87b1f584f5d (patch)
tree9866aa0888f6338f11187ae21e23a08c191f3c40
parent7114776a08363a24ae46ea16d659b7b0cdd0c650 (diff)
downloadnumpy-f2024700546c773970d8599bb37cd87b1f584f5d.tar.gz
Fix ref to user guide in release notes.
-rw-r--r--doc/source/release/1.20.0-notes.rst2
-rw-r--r--doc/source/user/basics.types.rst2
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/source/release/1.20.0-notes.rst b/doc/source/release/1.20.0-notes.rst
index 453946390..5d3b5f63d 100644
--- a/doc/source/release/1.20.0-notes.rst
+++ b/doc/source/release/1.20.0-notes.rst
@@ -84,7 +84,7 @@ the first column with the contents of the second column will work identically
and silence the deprecation warning.
The third column lists alternative NumPy names which may occasionally be
-preferential. See also :doc:`user/basics.types` for additional details.
+preferential. See also :ref:`basics.types` for additional details.
================= ============ ==================================================================
Deprecated name Identical to NumPy scalar type names
diff --git a/doc/source/user/basics.types.rst b/doc/source/user/basics.types.rst
index 781dd66e5..64b6dcf50 100644
--- a/doc/source/user/basics.types.rst
+++ b/doc/source/user/basics.types.rst
@@ -1,3 +1,5 @@
+.. _basics.types:
+
**********
Data types
**********