Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore(docs): update some ms link #126379

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Doc/library/asyncio-eventloop.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1798,7 +1798,7 @@ By default asyncio is configured to use :class:`EventLoop`.
.. seealso::

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

.. class:: EventLoop

Expand Down
2 changes: 1 addition & 1 deletion Doc/library/time.rst
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ Functions
threads ready to run, the function returns immediately, and the thread
continues execution. On Windows 8.1 and newer the implementation uses
a `high-resolution timer
<https://docs.microsoft.com/en-us/windows-hardware/drivers/kernel/high-resolution-timers>`_
<https://learn.microsoft.com/windows-hardware/drivers/kernel/high-resolution-timers>`_
which provides resolution of 100 nanoseconds. If *secs* is zero, ``Sleep(0)`` is used.

Unix implementation:
Expand Down
14 changes: 7 additions & 7 deletions Doc/using/windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ When writing to the Windows Registry, the following behaviors exist:
For more detail on the technical basis for these limitations, please consult
Microsoft's documentation on packaged full-trust apps, currently available at
`docs.microsoft.com/en-us/windows/msix/desktop/desktop-to-uwp-behind-the-scenes
<https://docs.microsoft.com/en-us/windows/msix/desktop/desktop-to-uwp-behind-the-scenes>`_
<https://learn.microsoft.com/windows/msix/desktop/desktop-to-uwp-behind-the-scenes>`_


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

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

.. seealso::

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

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

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


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

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

`PythonWin <https://web.archive.org/web/20060524042422/
Expand Down
Loading