Skip to content

Commit 5cd35fb

Browse files
Update documentation links to Microsoft's documentation pages (GH-126379)
(cherry picked from commit 6e25eb1) Co-authored-by: 谭九鼎 <[email protected]>
1 parent 7d091d5 commit 5cd35fb

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Doc/library/asyncio-eventloop.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1750,7 +1750,7 @@ on Unix and :class:`ProactorEventLoop` on Windows.
17501750
.. seealso::
17511751

17521752
`MSDN documentation on I/O Completion Ports
1753-
<https://docs.microsoft.com/en-ca/windows/desktop/FileIO/i-o-completion-ports>`_.
1753+
<https://learn.microsoft.com/windows/win32/fileio/i-o-completion-ports>`_.
17541754

17551755

17561756
.. class:: AbstractEventLoop

Doc/library/time.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ Functions
372372
threads ready to run, the function returns immediately, and the thread
373373
continues execution. On Windows 8.1 and newer the implementation uses
374374
a `high-resolution timer
375-
<https://docs.microsoft.com/en-us/windows-hardware/drivers/kernel/high-resolution-timers>`_
375+
<https://learn.microsoft.com/windows-hardware/drivers/kernel/high-resolution-timers>`_
376376
which provides resolution of 100 nanoseconds. If *secs* is zero, ``Sleep(0)`` is used.
377377

378378
Unix implementation:

Doc/using/windows.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ When writing to the Windows Registry, the following behaviors exist:
394394
For more detail on the technical basis for these limitations, please consult
395395
Microsoft's documentation on packaged full-trust apps, currently available at
396396
`docs.microsoft.com/en-us/windows/msix/desktop/desktop-to-uwp-behind-the-scenes
397-
<https://docs.microsoft.com/en-us/windows/msix/desktop/desktop-to-uwp-behind-the-scenes>`_
397+
<https://learn.microsoft.com/windows/msix/desktop/desktop-to-uwp-behind-the-scenes>`_
398398

399399

400400
.. _windows-nuget:
@@ -475,7 +475,7 @@ dependents, such as Idle), pip and the Python documentation are not included.
475475
.. note::
476476

477477
The embedded distribution does not include the `Microsoft C Runtime
478-
<https://docs.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist#visual-studio-2015-2017-2019-and-2022>`_ and it is
478+
<https://learn.microsoft.com/cpp/windows/latest-supported-vc-redist#visual-studio-2015-2017-2019-and-2022>`_ and it is
479479
the responsibility of the application installer to provide this. The
480480
runtime may have already been installed on a user's system previously or
481481
automatically via Windows Update, and can be detected by finding
@@ -618,13 +618,13 @@ System variables, you need non-restricted access to your machine
618618

619619
.. seealso::
620620

621-
https://docs.microsoft.com/en-us/windows/win32/procthread/environment-variables
621+
https://learn.microsoft.com/windows/win32/procthread/environment-variables
622622
Overview of environment variables on Windows
623623

624-
https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/set_1
624+
https://learn.microsoft.com/windows-server/administration/windows-commands/set_1
625625
The ``set`` command, for temporarily modifying environment variables
626626

627-
https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/setx
627+
https://learn.microsoft.com/windows-server/administration/windows-commands/setx
628628
The ``setx`` command, for permanently modifying environment variables
629629

630630

@@ -1222,13 +1222,13 @@ is a collection of modules for advanced Windows-specific support. This includes
12221222
utilities for:
12231223

12241224
* `Component Object Model
1225-
<https://docs.microsoft.com/en-us/windows/win32/com/component-object-model--com--portal>`_
1225+
<https://learn.microsoft.com/windows/win32/com/component-object-model--com--portal>`_
12261226
(COM)
12271227
* Win32 API calls
12281228
* Registry
12291229
* Event log
12301230
* `Microsoft Foundation Classes
1231-
<https://docs.microsoft.com/en-us/cpp/mfc/mfc-desktop-applications>`_
1231+
<https://learn.microsoft.com/cpp/mfc/mfc-desktop-applications>`_
12321232
(MFC) user interfaces
12331233

12341234
`PythonWin <https://web.archive.org/web/20060524042422/

0 commit comments

Comments
 (0)