From 94167c6db95058282e7005ec9a973919687e0b39 Mon Sep 17 00:00:00 2001 From: YashRE42 <33805964+YashRE42@users.noreply.github.com> Date: Mon, 18 Oct 2021 06:36:26 +0000 Subject: [PATCH] docs: Update wsl install guide link. The previous link "/wsl/wsl2-install" leads to a 404 page which recommends "/wsl/install". This commit updates the link to "/wsl/install". The previous link has been giving a redirect since at least May 23, 2020. --- docs/development/setup-advanced.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/setup-advanced.md b/docs/development/setup-advanced.md index f7224c06ae..e74819aa32 100644 --- a/docs/development/setup-advanced.md +++ b/docs/development/setup-advanced.md @@ -63,7 +63,7 @@ the [WSL 2](https://docs.microsoft.com/en-us/windows/wsl/wsl2-about) installation method described here. 1. Install WSL 2 by following the instructions provided by Microsoft - [here](https://docs.microsoft.com/en-us/windows/wsl/wsl2-install). + [here](https://docs.microsoft.com/en-us/windows/wsl/install). 1. Install the `Ubuntu 18.04` Linux distribution from the Microsoft Store.