about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authornora <48135649+Noratrieb@users.noreply.github.com>2025-09-08 15:52:06 +0200
committerGitHub <noreply@github.com>2025-09-08 15:52:06 +0200
commit808595eff4768b3dba8bbbf19abb50ce4f2093d6 (patch)
tree2a2be852f3850454718e25762929caf9b92d4139 /src/doc/rustc-dev-guide
parent8c324de311b4fae04679fd4e033b2377c4bdbb9d (diff)
parenta5575f8f051c2379bae4a83a3ee1bd91a269343a (diff)
downloadrust-808595eff4768b3dba8bbbf19abb50ce4f2093d6.tar.gz
rust-808595eff4768b3dba8bbbf19abb50ce4f2093d6.zip
Merge pull request #2586 from ali90h/fix-microsoft-link-broken-url
Fix broken Microsoft URL missing slash
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md b/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md
index b07d3533f59..36610f28854 100644
--- a/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md
+++ b/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md
@@ -149,7 +149,7 @@ On Windows, the Powershell commands may give you an error that looks like this:
 ```
 PS C:\Users\vboxuser\rust> ./x
 ./x : File C:\Users\vboxuser\rust\x.ps1 cannot be loaded because running scripts is disabled on this system. For more
-information, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170.
+information, see about_Execution_Policies at https://go.microsoft.com/fwlink/?LinkID=135170.
 At line:1 char:1
 + ./x
 + ~~~