Skip to content

Commit ab28c2c

Browse files
authored
Links: WSL (2021-03) (#1121)
1 parent 5a44150 commit ab28c2c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

WSL/install-legacy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If you cannot upgrade to Fall Creators Update or later, follow the steps below t
3636

3737
![Prompt to install Ubuntu](media/bashShellInstall.png)
3838

39-
The first time you run Bash on Ubuntu on Windows, you will be prompted to create a UNIX username and password. Follow the [new distro instance instructions](initialize-distro.md) to complete your installation
39+
The first time you run Bash on Ubuntu on Windows, you will be prompted to create a UNIX username and password. Follow the [new distro instance instructions](./install-win10.md) to complete your installation
4040

4141
1. Launch a new Ubuntu shell by either:
4242
* Running `bash` from a command-prompt
@@ -67,4 +67,4 @@ rm -Recurse $env:localappdata/lxss/
6767
Using Cmd:
6868
```console
6969
DEL /S %localappdata%\lxss\
70-
```
70+
```

WSL/install-on-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ $userenv = [System.Environment]::GetEnvironmentVariable("Path", "User")
5353

5454
You can now launch your distribution from any path by typing `<distro>.exe`. For example: `ubuntu.exe`.
5555

56-
Now that it is installed, you must [initialize your new distribution instance](initialize-distro.md) before using it.
56+
Now that it is installed, you must [initialize your new distribution instance](./install-win10.md) before using it.

0 commit comments

Comments
 (0)