mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
docs: Update the links
This commit is contained in:
parent
59431e1cad
commit
732ad120c3
@ -45,4 +45,4 @@ You don't have to update existing files' license comments.
|
||||
|
||||
## Documentation
|
||||
|
||||
See the [documents](https://ebiten.org/implementation.html) about internal implementation.
|
||||
See the [documents](https://ebiten.org/documents/implementation.html) about internal implementation.
|
||||
|
@ -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.
|
||||
|
||||
* [Website (ebiten.org)](https://ebiten.org/)
|
||||
* [Website (ebiten.org)](https://ebiten.org)
|
||||
* [API Reference](https://pkg.go.dev/github.com/hajimehoshi/ebiten)
|
||||
* [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.
|
||||
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user