Skip to content

Commit 1071458

Browse files
authored
Merge pull request #2586 from ali90h/fix-microsoft-link-broken-url
Fix broken Microsoft URL missing slash
2 parents e308319 + 5c8b281 commit 1071458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/building/how-to-build-and-run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ On Windows, the Powershell commands may give you an error that looks like this:
149149
```
150150
PS C:\Users\vboxuser\rust> ./x
151151
./x : File C:\Users\vboxuser\rust\x.ps1 cannot be loaded because running scripts is disabled on this system. For more
152-
information, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170.
152+
information, see about_Execution_Policies at https://go.microsoft.com/fwlink/?LinkID=135170.
153153
At line:1 char:1
154154
+ ./x
155155
+ ~~~

0 commit comments

Comments
 (0)