summaryrefslogtreecommitdiff
path: root/utils/coverage.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils/coverage.py')
-rwxr-xr-xutils/coverage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/coverage.py b/utils/coverage.py
index 3a3fca0..1cd3f4c 100755
--- a/utils/coverage.py
+++ b/utils/coverage.py
@@ -43,7 +43,7 @@ def main():
if s['beg'] > s['end']:
continue
if s['beg'] == 0x0000 and s['end'] > 0xFFFF:
- # https://github.com/rednex/rgbds/issues/515
+ # https://github.com/gbdev/rgbds/issues/515
continue
beg = s['beg'] & bank_mask
end = s['end'] & bank_mask