diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5b603b59..ed0de264 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 want to report a bug: -1. Make sure that there isn't a similar issue already reported - [here](https://github.com/gbdev/rgbds/issues). +1. Make sure that there isn't a similar issue + [already reported](https://github.com/gbdev/rgbds/issues). 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 smallest file you can. diff --git a/README.md b/README.md index e29ec568..d56bf8d8 100644 --- a/README.md +++ b/README.md @@ -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 other UNIX tools. + 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. The source code of the website itself is on GitHub as well under the repo [rgbds-www](https://github.com/gbdev/rgbds-www).