Skip to content

Commit 436fe1d

Browse files
authored
Fix broken link to RGBDS Windows install instrs
Reported by @tbsp
1 parent 9f4d296 commit 436fe1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/part1/setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The sad truth is that Windows is a terrible OS for development; however, you can
4444
On Windows 10, your best bet is [WSL](https://docs.microsoft.com/en-us/windows/wsl), which sort of allows running a Linux distribution within Windows.
4545
Install WSL 1 or WSL 2, then a distribution of your choice, and then follow these steps again, but for the Linux distribution you installed.
4646

47-
If WSL is not an option, you can use [MSYS2](https://www.msys2.org) or [Cygwin](https://www.cygwin.com) instead; then check out the bottom of [RGBDS' Windows install instructions](https://rgbds.gbdev.io/install/windows).
47+
If WSL is not an option, you can use [MSYS2](https://www.msys2.org) or [Cygwin](https://www.cygwin.com) instead; then check out [RGBDS' Windows install instructions](https://rgbds.gbdev.io/install).
4848
As far as I'm aware, both of these provide a sufficiently up-to-date version of GNU Make.
4949

5050
::: tip

0 commit comments

Comments
 (0)