From be7cd70f8dc2a74ad6cc38d698f08c3627618092 Mon Sep 17 00:00:00 2001 From: mahakgupta0123 Date: Sat, 12 Sep 2026 18:11:06 +0530 Subject: [PATCH] Fixed the broken link issue in layer5 docs for gatsby in wsl Signed-off-by: mahakgupta0123 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3b357ad0dd9a4c..8a92fa42ff0599 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -495,7 +495,7 @@ Make sure you have the following prerequisites installed on your operating syste gatsby --version ``` -**Note:** If you're on a _Windows environment_ then it is highly recommended that you install [Windows Subsystem for Linux (WSL)](https://docs.microsoft.com/en-us/windows/wsl/install) both for performance and ease of use. Refer to the [documentation](https://docs.microsoft.com/en-us/windows/dev-environment/javascript/gatsby-on-wsl) for the installation of _Gatsby.js on WSL_. +**Note:** If you're on a _Windows environment_ then it is highly recommended that you install [Windows Subsystem for Linux (WSL)](https://docs.microsoft.com/en-us/windows/wsl/install) both for performance and ease of use. Refer to the [documentation](https://www.gatsbyjs.com/docs/how-to/local-development/gatsby-on-linux/#windows-subsystem-linux-wsl) for the installation of _Gatsby.js on WSL_. ## Set up your Local Development Environment