Skip to content

Commit 621cd1a

Browse files
authored
fix links in mobile building page (#60)
1 parent da37b55 commit 621cd1a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

concepts/mobileBuilding.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Mobile
66
The `engo` game engine, and Go in general, has two ways to build for a
77
mobile device: binding or building.
88

9-
First, you'll need to [install Go Mobile] (https://github.com/golang/go/wiki/Mobile).
9+
First, you'll need to [install Go Mobile](https://github.com/golang/go/wiki/Mobile).
1010

1111
## Using gomobile build
1212

@@ -29,9 +29,8 @@ same folder as your main package
2929

3030
Using bindings allows access to and from the Android system, and you can just
3131
build into your glue whatever functions you need to be called or to call.
32-
However, it is more complicated to initially setup. This is taken from [here]
33-
(https://github.com/Noofbiz/MouseTests) if you want to look at the code while
34-
reading this.
32+
However, it is more complicated to initially setup. This is taken from [here](https://github.com/Noofbiz/MouseTests)
33+
if you want to look at the code while reading this.
3534

3635
#### Setting up your game library
3736
First thing to notice is the file game.go here. It's an (almost) exact copy of main.go, except it's a library instead of a main package. You'll need to add

0 commit comments

Comments
 (0)