diff --git a/Mobile.md b/Mobile.md index c9ae8c1..29ff09f 100644 --- a/Mobile.md +++ b/Mobile.md @@ -40,7 +40,7 @@ For iOS, installing is a little complicated. See [the official Wiki page](https: ## Create a package for mobiles -You need to create a package for mobiles with `https://github.com/hajimehoshi/ebiten/tree/master/mobile` for your game. This package has exported functions to Java/Objetive-C side. +You need to create a package for mobiles with [`github.com/hajimehoshi/ebiten/mobile`](https://godoc.org/github.com/hajimehoshi/ebiten/mobile) Package for your game. This package has exported functions to Java/Objetive-C side. For an actual example, see [`github.com/hajimehoshi/go-inovation/mobile/mobile.go`](https://github.com/hajimehoshi/go-inovation/blob/master/mobile/mobile.go).