Move android and rpi examples to others

This commit is contained in:
Milan Nikolic 2018-05-06 12:54:20 +02:00
parent 5f11d4eab4
commit 438d1cfad7
16 changed files with 2 additions and 2 deletions

View file

@ -33,11 +33,11 @@ You can also build binary in [MSYS2](https://msys2.github.io/) shell.
##### Android
[Android example](https://github.com/gen2brain/raylib-go/tree/master/examples/android/example).
[Android example](https://github.com/gen2brain/raylib-go/tree/master/examples/others/android/example).
##### Raspberry Pi
[RPi example](https://github.com/gen2brain/raylib-go/tree/master/examples/rpi/basic_window).
[RPi example](https://github.com/gen2brain/raylib-go/tree/master/examples/others/rpi/basic_window).
### Installation