Skip to content

Commit 9c99ee1

Browse files
authored
Merge pull request #17927 from Dandigit/master
2 parents 8d6a55f + e745b9e commit 9c99ee1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/Windows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ Windows.
2828

2929
On the [Windows Subsystem for
3030
Linux](https://docs.microsoft.com/en-us/windows/wsl/about), it's possible to
31-
build and run Swift in a Linux-like environment, on Windows. See [Getting
32-
Started with Swift on Windows](./WindowsSubsystemForLinux.md) for details.
31+
build and run Swift in a Linux-like environment, on Windows. See [Swift on
32+
the Windows Subsystem for Linux](./WindowsSubsystemForLinux.md) for details.

docs/WindowsSubsystemForLinux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Windows Subsystem for Linux (WSL)
1+
# Swift on the Windows Subsystem for Linux (WSL)
22

33
- Note that all compiled Swift binaries are only executable within Bash on
44
Windows and are Ubuntu, not Windows, executables (WSL can natively run Ubuntu
@@ -7,7 +7,7 @@
77

88
### 1. Install WSL
99
Install and run the latest version of [Bash on Ubuntu on
10-
Windows](https://msdn.microsoft.com/en-gb/commandline/wsl/about) installed on
10+
Windows](https://docs.microsoft.com/en-us/windows/wsl/about) installed on
1111
your PC.
1212
```
1313
bash

0 commit comments

Comments
 (0)