Avoid links that just say "here"

This commit is contained in:
Rangi42
2024-02-18 15:06:55 -05:00
parent bd56405aae
commit 580b7ec5be
2 changed files with 4 additions and 3 deletions

View File

@@ -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.

View File

@@ -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).