From c6a5848990f95ae4e22ce16bbead07fd1a5774ba Mon Sep 17 00:00:00 2001 From: Ben Schmidt Date: Thu, 12 Oct 2023 18:23:14 -0600 Subject: [PATCH] Fixed broken WSL2 link --- src/installation/installfest/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/installation/installfest/README.md b/src/installation/installfest/README.md index e89fd00..7f5ed03 100644 --- a/src/installation/installfest/README.md +++ b/src/installation/installfest/README.md @@ -21,7 +21,7 @@ This guide will help you install all the tools you need to start coding. It will - [That's it!](#thats-it) #### Windows Users -If you are using Windows, we recommend that you install WSL2 and Ubuntu as your development environment. You can find instructions on how to do so here: [WSL2 Installation](../wsl2/README.md) Once you have installed WSL2 and Ubuntu, you can continue with this guide. +If you are using Windows, we recommend that you install WSL2 and Ubuntu as your development environment. You can find instructions on how to do so here: [WSL2 Installation](../wsl2/index.html) Once you have installed WSL2 and Ubuntu, you can continue with this guide. #### Installing Homebrew Homebrew is a package manager for macOS (or Linux) that allows you to easily install and manage software packages and libraries. It simplifies the installation process by automating the installation of dependencies and providing a consistent interface for installing software. To install Homebrew, run the following command: