From 6ef439bda4640737e87702e501d62e9f3d65c2e1 Mon Sep 17 00:00:00 2001 From: unuing <107602397+unuing@users.noreply.github.com> Date: Fri, 5 Aug 2022 15:16:21 +0800 Subject: [PATCH] Fix a wrong url in README.md (#19776) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 215c9509cb..00a5bc41d1 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Microsoft PowerToys is a set of utilities for power users to tune and streamline [Microsoft PowerToys GitHub releases page][github-release-link], click on `Assets` at the bottom to show the files available in the release. Please use the appropriate the PowerToys installer that matches your machine's architecture. For most people, it is `x64`. - - **For x64 processors (most common):** [PowerToysSetup-0.61.1-x64.exe](https://github.com/microsoft/PowerToys/releases/download/v0.61.0/PowerToysSetup-0.61.1-x64.exe) + - **For x64 processors (most common):** [PowerToysSetup-0.61.1-x64.exe](https://github.com/microsoft/PowerToys/releases/download/v0.61.1/PowerToysSetup-0.61.1-x64.exe) - **For ARM64 processors:** [PowerToysSetup-0.61.1-arm64.exe](https://github.com/microsoft/PowerToys/releases/download/v0.61.1/PowerToysSetup-0.61.1-arm64.exe) This is our preferred method.