diff --git a/README.md b/README.md index 1c486c90d..40e1bf495 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ Ebiten is an open-source game library, with which you can develop 2D games with * macOS * Linux * FreeBSD -* [Android](https://github.com/hajimehoshi/ebiten/wiki/Android) -* [iOS](https://github.com/hajimehoshi/ebiten/wiki/iOS) +* Android +* iOS * Web browsers (Chrome, Firefox, Safari and Edge) * [GopherJS](https://github.com/hajimehoshi/ebiten/wiki/GopherJS) * [WebAssembly](https://github.com/hajimehoshi/ebiten/wiki/WebAssembly) (Experimental) diff --git a/mobile/mobile.go b/mobile/mobile.go index ab101e8a7..2c76b95a0 100644 --- a/mobile/mobile.go +++ b/mobile/mobile.go @@ -14,10 +14,9 @@ // Package mobile provides functions for mobile platforms (Android and iOS). // -// This package is used when you use `gomobile bind`. -// For `gomobile build`, you don't have to use this package. +// This package is used when you use `ebitenmobile bind`. // -// For usage, see https://github.com/hajimehoshi/ebiten/wiki/Mobile, https://github.com/hajimehoshi/ebiten/wiki/Android and https://github.com/hajimehoshi/ebiten/wiki/iOS. +// For usage, see https://ebiten.org/mobile.html. package mobile import (