diff --git a/_docs/index.tmpl.html b/_docs/index.tmpl.html index ccf51379d..1dd5a54aa 100644 --- a/_docs/index.tmpl.html +++ b/_docs/index.tmpl.html @@ -60,7 +60,7 @@ pre { :; go get github.com/gopherjs/webgl

Execute the example

-
:; cd $GOHOME/src/github.com/hajimehoshi/ebiten/example
+
:; cd $GOPATH/src/github.com/hajimehoshi/ebiten/example
 :; go run rotate/main.go

Run your game on a desktop

diff --git a/_docs/public/index.html b/_docs/public/index.html index b49714170..66ead0e78 100644 --- a/_docs/public/index.html +++ b/_docs/public/index.html @@ -86,7 +86,7 @@ pre { :; go get github.com/gopherjs/webgl

Execute the example

-
:; cd $GOHOME/src/github.com/hajimehoshi/ebiten/example
+
:; cd $GOPATH/src/github.com/hajimehoshi/ebiten/example
 :; go run rotate/main.go

Run your game on a desktop