From 131ad9b315960d46cc5b0cb9d1c6f052de11f26a Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Tue, 15 Sep 2020 18:35:04 +0200 Subject: [PATCH] Fix GitHub link in BUGS sections --- src/asm/rgbasm.1 | 2 +- src/fix/rgbfix.1 | 2 +- src/gfx/rgbgfx.1 | 2 +- src/link/rgblink.1 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/asm/rgbasm.1 b/src/asm/rgbasm.1 index 437b079d..b8b92ef4 100644 --- a/src/asm/rgbasm.1 +++ b/src/asm/rgbasm.1 @@ -260,7 +260,7 @@ and then .Xr rgbfix 1 . .Sh BUGS Please report bugs on -.Lk https://github.com/rednex/rgbds/issues GitHub . +.Lk https://github.com/gbdev/rgbds/issues GitHub . .Sh SEE ALSO .Xr rgbasm 5 , .Xr rgbfix 1 , diff --git a/src/fix/rgbfix.1 b/src/fix/rgbfix.1 index 7258b75e..af314f50 100644 --- a/src/fix/rgbfix.1 +++ b/src/fix/rgbfix.1 @@ -164,7 +164,7 @@ The following will duplicate the header (sans global checksum) of the game SurvivalKids.gbc .Sh BUGS Please report bugs on -.Lk https://github.com/rednex/rgbds/issues GitHub . +.Lk https://github.com/gbdev/rgbds/issues GitHub . .Sh SEE ALSO .Xr rgbasm 1 , .Xr rgblink 1 , diff --git a/src/gfx/rgbgfx.1 b/src/gfx/rgbgfx.1 index 93bdd2e7..aecf5e01 100644 --- a/src/gfx/rgbgfx.1 +++ b/src/gfx/rgbgfx.1 @@ -143,7 +143,7 @@ The following will do nothing: .D1 $ rgbgfx in.png .Sh BUGS Please report bugs on -.Lk https://github.com/rednex/rgbds/issues GitHub . +.Lk https://github.com/gbdev/rgbds/issues GitHub . .Sh SEE ALSO .Xr rgbds 7 , .Xr rgbasm 1 , diff --git a/src/link/rgblink.1 b/src/link/rgblink.1 index d882d01b..3821ff28 100644 --- a/src/link/rgblink.1 +++ b/src/link/rgblink.1 @@ -134,7 +134,7 @@ Here is a more complete example: .Ed .Sh BUGS Please report bugs on -.Lk https://github.com/rednex/rgbds/issues GitHub . +.Lk https://github.com/gbdev/rgbds/issues GitHub . .Sh SEE ALSO .Xr rgbasm 1 , .Xr rgblink 5 ,