docs(devdocs): update docs.microsoft.com to learn.microsoft.com (#50102)

<!-- Enter a brief description/summary of your PR here. What does it
fix/what does it change/how was it tested (even manually)? -->
## Summary of the Pull Request

Updates documentation links in `doc/devdocs/readme.md` from
`docs.microsoft.com` to `learn.microsoft.com`.
This commit is contained in:
Rafli Surya Wijaya
2026-08-26 06:26:27 +08:00
committed by GitHub
parent bea1b8e247
commit 885459a2f4

View File

@@ -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