summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.6.rst
diff options
context:
space:
mode:
authorRussel Webber <24542073+RusselWebber@users.noreply.github.com>2022-03-23 17:29:40 (GMT)
committerGitHub <noreply@github.com>2022-03-23 17:29:40 (GMT)
commitc62b944dfc98911a5050389fa6ac753e283fee1f (patch)
treef6cf2c9b44bb5cc598b9f979da0994b8a4d59894 /Doc/whatsnew/3.6.rst
parentfe010605f87f988ef1053e372d1c3898d2633d96 (diff)
downloadcpython-c62b944dfc98911a5050389fa6ac753e283fee1f.zip
cpython-c62b944dfc98911a5050389fa6ac753e283fee1f.tar.gz
cpython-c62b944dfc98911a5050389fa6ac753e283fee1f.tar.bz2
bpo-31582: Created a new documentation section describing sys.path initialization (GH-31082)
Diffstat (limited to 'Doc/whatsnew/3.6.rst')
-rw-r--r--Doc/whatsnew/3.6.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst
index a56d7a5..d35a0fd 100644
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -162,10 +162,10 @@ Windows improvements:
* A ``._pth`` file can be added to force isolated mode and fully specify
all search paths to avoid registry and environment lookup. See
- :ref:`the documentation <finding_modules>` for more information.
+ :ref:`the documentation <windows_finding_modules>` for more information.
* A ``python36.zip`` file now works as a landmark to infer
- :envvar:`PYTHONHOME`. See :ref:`the documentation <finding_modules>` for
+ :envvar:`PYTHONHOME`. See :ref:`the documentation <windows_finding_modules>` for
more information.