Skip to content

Commit 6e25eb1

Browse files
authored
Update documentation links to Microsoft's documentation pages (GH-126379)
1 parent 25aee21 commit 6e25eb1

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Doc/library/asyncio-eventloop.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1797,7 +1797,7 @@ By default asyncio is configured to use :class:`EventLoop`.
17971797
.. seealso::
17981798

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

18021802
.. class:: EventLoop
18031803

Doc/library/time.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ Functions
390390
threads ready to run, the function returns immediately, and the thread
391391
continues execution. On Windows 8.1 and newer the implementation uses
392392
a `high-resolution timer
393-
<https://docs.microsoft.com/en-us/windows-hardware/drivers/kernel/high-resolution-timers>`_
393+
<https://learn.microsoft.com/windows-hardware/drivers/kernel/high-resolution-timers>`_
394394
which provides resolution of 100 nanoseconds. If *secs* is zero, ``Sleep(0)`` is used.
395395

396396
Unix implementation:

Doc/using/windows.rst

+7-7
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ When writing to the Windows Registry, the following behaviors exist:
435435
For more detail on the technical basis for these limitations, please consult
436436
Microsoft's documentation on packaged full-trust apps, currently available at
437437
`docs.microsoft.com/en-us/windows/msix/desktop/desktop-to-uwp-behind-the-scenes
438-
<https://docs.microsoft.com/en-us/windows/msix/desktop/desktop-to-uwp-behind-the-scenes>`_
438+
<https://learn.microsoft.com/windows/msix/desktop/desktop-to-uwp-behind-the-scenes>`_
439439

440440

441441
.. _windows-nuget:
@@ -536,7 +536,7 @@ dependents, such as Idle), pip and the Python documentation are not included.
536536
.. note::
537537

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

680680
.. seealso::
681681

682-
https://docs.microsoft.com/en-us/windows/win32/procthread/environment-variables
682+
https://learn.microsoft.com/windows/win32/procthread/environment-variables
683683
Overview of environment variables on Windows
684684

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

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

691691

@@ -1291,13 +1291,13 @@ is a collection of modules for advanced Windows-specific support. This includes
12911291
utilities for:
12921292

12931293
* `Component Object Model
1294-
<https://docs.microsoft.com/en-us/windows/win32/com/component-object-model--com--portal>`_
1294+
<https://learn.microsoft.com/windows/win32/com/component-object-model--com--portal>`_
12951295
(COM)
12961296
* Win32 API calls
12971297
* Registry
12981298
* Event log
12991299
* `Microsoft Foundation Classes
1300-
<https://docs.microsoft.com/en-us/cpp/mfc/mfc-desktop-applications>`_
1300+
<https://learn.microsoft.com/cpp/mfc/mfc-desktop-applications>`_
13011301
(MFC) user interfaces
13021302

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

0 commit comments

Comments
 (0)