We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02e8cc8 commit 96fd266Copy full SHA for 96fd266
README.md
@@ -63,11 +63,11 @@ the `Install-Script` command.
63
64
**Alternatively** you can download and execute the script directly from the web
65
without the use of `Install-Script`. However we **highly recommend** that you
66
-[read the script](https://git.io/vbxjj)
+[read the script](https://raw.githubusercontent.com/PowerShell/vscode-powershell/master/scripts/Install-VSCode.ps1)
67
first before running it in this way!
68
69
```powershell
70
-iex (iwr https://git.io/vbxjj)
+iex (iwr https://raw.githubusercontent.com/PowerShell/vscode-powershell/master/scripts/Install-VSCode.ps1)
71
```
72
73
## Reporting Problems
0 commit comments