From 885459a2f4d63bc9548e3b015490c6e16876ad9a Mon Sep 17 00:00:00 2001 From: Rafli Surya Wijaya <260355617@qq.com> Date: Wed, 26 Aug 2026 06:26:27 +0800 Subject: [PATCH] docs(devdocs): update docs.microsoft.com to learn.microsoft.com (#50102) ## Summary of the Pull Request Updates documentation links in `doc/devdocs/readme.md` from `docs.microsoft.com` to `learn.microsoft.com`. --- doc/devdocs/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/devdocs/readme.md b/doc/devdocs/readme.md index db5ac84357..4c78c0b3c4 100644 --- a/doc/devdocs/readme.md +++ b/doc/devdocs/readme.md @@ -14,7 +14,7 @@ Welcome to the PowerToys developer documentation. This documentation provides in - Windows 11 SDK (10.0.22621.0) - Windows 11 SDK (10.0.26100.3916) 1. .NET 8 SDK -1. Enable long paths in Windows (see [Enable Long Paths](https://docs.microsoft.com/windows/win32/fileio/maximum-file-path-limitation#enabling-long-paths-in-windows-10-version-1607-and-later) for details) +1. Enable long paths in Windows (see [Enable Long Paths](https://learn.microsoft.com/windows/win32/fileio/maximum-file-path-limitation#enabling-long-paths-in-windows-10-version-1607-and-later) for details) > **Tip:** You can install Visual Studio with all required workloads automatically using the [WinGet configuration files](https://github.com/microsoft/PowerToys/tree/main/.config) in the repository: > ```powershell