From 6e0c09f78c1aa8da47bde45c27b9bee09686d7fe Mon Sep 17 00:00:00 2001 From: James Larrowe Date: Tue, 13 Oct 2020 18:19:29 -0400 Subject: [PATCH] Update RGBDS links in README and build-faq The repo's owner has changed twice since this link was used; once from bentley to the neutral rednex organization, and then from rednex to gbdev --- README.md | 2 +- build-faq.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1107fdc..5ed0268 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ SameBoy requires the following tools and libraries to build: * make * macOS Cocoa port: macOS SDK and Xcode (For command line tools and ibtool) * SDL port: libsdl2 - * [rgbds](https://github.com/bentley/rgbds/releases/), for boot ROM compilation + * [rgbds](https://github.com/gbdev/rgbds/releases/), for boot ROM compilation On Windows, SameBoy also requires: * Visual Studio (For headers, etc.) diff --git a/build-faq.md b/build-faq.md index 9def134..0921436 100644 --- a/build-faq.md +++ b/build-faq.md @@ -24,7 +24,7 @@ The following examples will be referenced later: ### rgbds -After downloading [rgbds](https://github.com/bentley/rgbds/releases/), ensure that it is added to the `%PATH%`. This may be done by adding it to the user's or SYSTEM's Environment Variables, or may be added to the command line at compilation time via `set path=%path%;C:\path\to\rgbds`. +After downloading [rgbds](https://github.com/gbdev/rgbds/releases/), ensure that it is added to the `%PATH%`. This may be done by adding it to the user's or SYSTEM's Environment Variables, or may be added to the command line at compilation time via `set path=%path%;C:\path\to\rgbds`. ### GnuWin