docs: Update the links

This commit is contained in:
Hajime Hoshi 2020-01-20 01:18:00 +09:00
parent 59431e1cad
commit 732ad120c3
2 changed files with 3 additions and 3 deletions

View File

@ -45,4 +45,4 @@ You don't have to update existing files' license comments.
## Documentation ## Documentation
See the [documents](https://ebiten.org/implementation.html) about internal implementation. See the [documents](https://ebiten.org/documents/implementation.html) about internal implementation.

View File

@ -7,7 +7,7 @@
Ebiten is an open-source game library, with which you can develop 2D games with simple API for multi platforms in the Go programming language. Ebiten is an open-source game library, with which you can develop 2D games with simple API for multi platforms in the Go programming language.
* [Website (ebiten.org)](https://ebiten.org/) * [Website (ebiten.org)](https://ebiten.org)
* [API Reference](https://pkg.go.dev/github.com/hajimehoshi/ebiten) * [API Reference](https://pkg.go.dev/github.com/hajimehoshi/ebiten)
* [Cheat Sheet](https://ebiten.org/documents/cheatsheet.html) * [Cheat Sheet](https://ebiten.org/documents/cheatsheet.html)
@ -27,7 +27,7 @@ Ebiten is an open-source game library, with which you can develop 2D games with
Note: Gamepad and keyboard are not available on Android/iOS. Note: Gamepad and keyboard are not available on Android/iOS.
For installation on desktops, see [the installation instruction](https://ebiten.org/install.html). For installation on desktops, see [the installation instruction](https://ebiten.org/documents/install.html).
## Features ## Features