From 87ac4cf8d265e5037d5eae32b3bd44c3bf02a187 Mon Sep 17 00:00:00 2001
From: marisa <mokou@fastmail.com>
Date: Tue, 23 Mar 2021 09:10:40 +0100
Subject: [PATCH] chore: Provide a working Windows installation link

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 75e298f..b453bf4 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ Set-ExecutionPolicy RemoteSigned
 Then, you can run:
 
 ```ps
-Start-BitsTransfer -Source https://git.io/install-rustlings-win -Destination $env:TMP/install_rustlings.ps1; Unblock-File $env:TMP/install_rustlings.ps1; Invoke-Expression $env:TMP/install_rustlings.ps1
+Start-BitsTransfer -Source https://git.io/JTL5v -Destination $env:TMP/install_rustlings.ps1; Unblock-File $env:TMP/install_rustlings.ps1; Invoke-Expression $env:TMP/install_rustlings.ps1
 ```
 
 To install Rustlings. Same as on MacOS/Linux, you will have access to the `rustlings` command after it.