mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Avoid links that just say "here"
This commit is contained in:
@@ -9,8 +9,8 @@ without their work, and it is always open to the contributions of other people.
|
|||||||
Bug reports are essential to improve RGBDS and they are always welcome. If you
|
Bug reports are essential to improve RGBDS and they are always welcome. If you
|
||||||
want to report a bug:
|
want to report a bug:
|
||||||
|
|
||||||
1. Make sure that there isn't a similar issue already reported
|
1. Make sure that there isn't a similar issue
|
||||||
[here](https://github.com/gbdev/rgbds/issues).
|
[already reported](https://github.com/gbdev/rgbds/issues).
|
||||||
2. Figure out a way of reproducing it reliably.
|
2. Figure out a way of reproducing it reliably.
|
||||||
3. If there is a piece of code that triggers the bug, try to reduce it to the
|
3. If there is a piece of code that triggers the bug, try to reduce it to the
|
||||||
smallest file you can.
|
smallest file you can.
|
||||||
|
|||||||
@@ -11,9 +11,10 @@ for the Game Boy and Game Boy Color. It consists of:
|
|||||||
This is a fork of the original RGBDS which aims to make the programs more like
|
This is a fork of the original RGBDS which aims to make the programs more like
|
||||||
other UNIX tools.
|
other UNIX tools.
|
||||||
|
|
||||||
|
|
||||||
This toolchain is maintained [on GitHub](https://github.com/gbdev/rgbds).
|
This toolchain is maintained [on GitHub](https://github.com/gbdev/rgbds).
|
||||||
|
|
||||||
The documentation of this toolchain can be viewed online [here](https://rgbds.gbdev.io/docs/).
|
The documentation of this toolchain can be [viewed online](https://rgbds.gbdev.io/docs/).
|
||||||
It is generated from the man pages found in this repository.
|
It is generated from the man pages found in this repository.
|
||||||
The source code of the website itself is on GitHub as well under the repo
|
The source code of the website itself is on GitHub as well under the repo
|
||||||
[rgbds-www](https://github.com/gbdev/rgbds-www).
|
[rgbds-www](https://github.com/gbdev/rgbds-www).
|
||||||
|
|||||||
Reference in New Issue
Block a user