summaryrefslogtreecommitdiff
path: root/Doc/library/intro.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/intro.rst')
-rw-r--r--Doc/library/intro.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/library/intro.rst b/Doc/library/intro.rst
index 33bdefd72e..5e5fc802fb 100644
--- a/Doc/library/intro.rst
+++ b/Doc/library/intro.rst
@@ -44,8 +44,9 @@ browse the table of contents (in front of the manual), or look for a specific
function, module or term in the index (in the back). And finally, if you enjoy
learning about random subjects, you choose a random page number (see module
:mod:`random`) and read a section or two. Regardless of the order in which you
-read the sections of this manual, it helps to start with chapter :ref:`builtin`,
-as the remainder of the manual assumes familiarity with this material.
+read the sections of this manual, it helps to start with chapter
+:ref:`built-in-funcs`, as the remainder of the manual assumes familiarity with
+this material.
Let the show begin!