@@ -394,7 +394,7 @@ When writing to the Windows Registry, the following behaviors exist:
394
394
For more detail on the technical basis for these limitations, please consult
395
395
Microsoft's documentation on packaged full-trust apps, currently available at
396
396
`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> `_
398
398
399
399
400
400
.. _windows-nuget :
@@ -475,7 +475,7 @@ dependents, such as Idle), pip and the Python documentation are not included.
475
475
.. note ::
476
476
477
477
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
479
479
the responsibility of the application installer to provide this. The
480
480
runtime may have already been installed on a user's system previously or
481
481
automatically via Windows Update, and can be detected by finding
@@ -618,13 +618,13 @@ System variables, you need non-restricted access to your machine
618
618
619
619
.. seealso ::
620
620
621
- https://docs .microsoft.com/en-us /windows/win32/procthread/environment-variables
621
+ https://learn .microsoft.com/windows/win32/procthread/environment-variables
622
622
Overview of environment variables on Windows
623
623
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
625
625
The ``set `` command, for temporarily modifying environment variables
626
626
627
- https://docs .microsoft.com/en-us /windows-server/administration/windows-commands/setx
627
+ https://learn .microsoft.com/windows-server/administration/windows-commands/setx
628
628
The ``setx `` command, for permanently modifying environment variables
629
629
630
630
@@ -1222,13 +1222,13 @@ is a collection of modules for advanced Windows-specific support. This includes
1222
1222
utilities for:
1223
1223
1224
1224
* `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> `_
1226
1226
(COM)
1227
1227
* Win32 API calls
1228
1228
* Registry
1229
1229
* Event log
1230
1230
* `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> `_
1232
1232
(MFC) user interfaces
1233
1233
1234
1234
`PythonWin <https://web.archive.org/web/20060524042422/
0 commit comments