direct users to the readme in the docs repo (#1912)

Signed-off-by: Jacob Salmela <me@jacobsalmela.com>
This commit is contained in:
Jacob Salmela 2021-12-24 08:50:40 -06:00 committed by GitHub
parent 011e5061df
commit c7da53880f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,6 +46,12 @@ You don't have to update existing files' license comments.
`example` is to prevent from installing executions by `go get github.com/hajimehoshi/ebiten/v2/...`.
## Documentation
## Implementation details
See the [documents](https://ebiten.org/documents/implementation.html) about internal implementation.
## Fixing the documentation
Ebiten's documentations are managed at [ebiten/ebiten.org](https://github.com/ebiten/ebiten.org).
Before submitting a documentation PR, read through the [README](https://github.com/ebiten/ebiten.org/blob/main/README.md) in that repo.