From 7b85916ec5a331fee63b79645ef9664c698ad6d2 Mon Sep 17 00:00:00 2001 From: Mike Pirog Date: Thu, 8 Feb 2024 16:00:34 -0500 Subject: [PATCH] chexlinx6 --- contrib/coder.md | 2 +- guides/setup-lando-on-windows-with-wsl-2.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/coder.md b/contrib/coder.md index d942140..ffbe2ff 100644 --- a/contrib/coder.md +++ b/contrib/coder.md @@ -25,7 +25,7 @@ Lando has a distributed model and is powered by over [50 repos](https://github.c ## Good First Issues -Once you are set up and ready to contribute, a good place to start is with issues tagged as [good first issue](https://github.com/lando/lando/issues?q=is:open+is:issue+label:%22good+first+issue%22). Peruse the list and see if one or more of those issues is a good fit for you. +Once you are set up and ready to contribute, a good place to start is with issues tagged as [good first issue](https://github.com/lando/lando/issues). Peruse the list and see if one or more of those issues is a good fit for you. If you are having issues with any of the above or need some guidance from one of our guide pros, make sure you [join our Slack org](https://www.launchpass.com/devwithlando) and check out the **#community** and/or **#contributors** channels. diff --git a/guides/setup-lando-on-windows-with-wsl-2.md b/guides/setup-lando-on-windows-with-wsl-2.md index 09809ec..d789643 100644 --- a/guides/setup-lando-on-windows-with-wsl-2.md +++ b/guides/setup-lando-on-windows-with-wsl-2.md @@ -43,7 +43,7 @@ The first thing we need to do is enable WSL2. To do so... 2. In the resulting window, check 'Windows Subsystem for Linux' and 'Virtual Machine Platform' and then click 'ok'. This starts the system installed for WSL and will ask us to restart after it downloads the stuff it needs. This really only gives you the WSL1 setup. To get WSL2... 3. Download a kernel update to get WSL2 going. see the [Microsoft docs on installing the kernel update](https://learn.microsoft.com/en-us/windows/wsl/install-manual). 4. After you install the kernel update, launch a powershell and run `wsl --set-default-version 2` to default to WSL 2. -5. Head to the Microsoft store and install a Linux distro. I am going to choose [Ubuntu 18.04 LTS](https://apps.microsoft.com/detail/9N9TNGVNDL3Q?hl=en-us&gl=US), since it is the most common distro for Lando users and our handy [Hyperdrive](https://github.com/lando/hyperdrive) supports it. +5. Head to the Microsoft store and install a Linux distro. I am going to choose [Ubuntu](https://apps.microsoft.com/detail/9PDXGNCFSCZV?hl=en-us&gl=US), since it is the most common distro for Lando users and our handy [Hyperdrive](https://github.com/lando/hyperdrive) supports it. ## Jump into Hyperspace