From 3f30bee27c8eaeb3847d5a0c820e307bbbc2a555 Mon Sep 17 00:00:00 2001 From: wongsitu Date: Thu, 12 Oct 2023 13:59:27 -0600 Subject: [PATCH] fix: 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 26bb51f..3692428 100644 --- a/src/installation/installfest/README.md +++ b/src/installation/installfest/README.md @@ -20,7 +20,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/index.html) 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/README.md) 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: