diff --git a/_docs/public/example/blocks.content.html b/_docs/public/example/blocks.content.html index 9ba0f8567526..aa0dd83c2597 100644 --- a/_docs/public/example/blocks.content.html +++ b/_docs/public/example/blocks.content.html @@ -31,7 +31,7 @@ var s = document.createElement('script'); var src = 'blocks.js'; if (isProduction()) { - src = 'http://hajimehoshi.github.io/ebiten.pagestorage/master/' + src; + src = 'http://hajimehoshi.github.io/ebiten.pagestorage/1.1/' + src; } s.src = src; document.body.appendChild(s); diff --git a/_docs/public/example/hue.content.html b/_docs/public/example/hue.content.html index 66fecdf3f01b..535b38548391 100644 --- a/_docs/public/example/hue.content.html +++ b/_docs/public/example/hue.content.html @@ -31,7 +31,7 @@ var s = document.createElement('script'); var src = 'hue.js'; if (isProduction()) { - src = 'http://hajimehoshi.github.io/ebiten.pagestorage/master/' + src; + src = 'http://hajimehoshi.github.io/ebiten.pagestorage/1.1/' + src; } s.src = src; document.body.appendChild(s); diff --git a/_docs/public/example/keyboard.content.html b/_docs/public/example/keyboard.content.html index b68a5b8b6785..f36a4f525f8c 100644 --- a/_docs/public/example/keyboard.content.html +++ b/_docs/public/example/keyboard.content.html @@ -31,7 +31,7 @@ var s = document.createElement('script'); var src = 'keyboard.js'; if (isProduction()) { - src = 'http://hajimehoshi.github.io/ebiten.pagestorage/master/' + src; + src = 'http://hajimehoshi.github.io/ebiten.pagestorage/1.1/' + src; } s.src = src; document.body.appendChild(s); diff --git a/_docs/public/example/mosaic.content.html b/_docs/public/example/mosaic.content.html index 5817397809fa..15a1a277ff8c 100644 --- a/_docs/public/example/mosaic.content.html +++ b/_docs/public/example/mosaic.content.html @@ -31,7 +31,7 @@ var s = document.createElement('script'); var src = 'mosaic.js'; if (isProduction()) { - src = 'http://hajimehoshi.github.io/ebiten.pagestorage/master/' + src; + src = 'http://hajimehoshi.github.io/ebiten.pagestorage/1.1/' + src; } s.src = src; document.body.appendChild(s); diff --git a/_docs/public/example/paint.content.html b/_docs/public/example/paint.content.html index 2d7fb4dd8688..e18ec3f8b251 100644 --- a/_docs/public/example/paint.content.html +++ b/_docs/public/example/paint.content.html @@ -31,7 +31,7 @@ var s = document.createElement('script'); var src = 'paint.js'; if (isProduction()) { - src = 'http://hajimehoshi.github.io/ebiten.pagestorage/master/' + src; + src = 'http://hajimehoshi.github.io/ebiten.pagestorage/1.1/' + src; } s.src = src; document.body.appendChild(s); diff --git a/_docs/public/example/perspective.content.html b/_docs/public/example/perspective.content.html index fb89faec9fff..07c2fc6080e5 100644 --- a/_docs/public/example/perspective.content.html +++ b/_docs/public/example/perspective.content.html @@ -31,7 +31,7 @@ var s = document.createElement('script'); var src = 'perspective.js'; if (isProduction()) { - src = 'http://hajimehoshi.github.io/ebiten.pagestorage/master/' + src; + src = 'http://hajimehoshi.github.io/ebiten.pagestorage/1.1/' + src; } s.src = src; document.body.appendChild(s); diff --git a/_docs/public/example/rotate.content.html b/_docs/public/example/rotate.content.html index d0aaa42c3ede..fb8f532c520c 100644 --- a/_docs/public/example/rotate.content.html +++ b/_docs/public/example/rotate.content.html @@ -31,7 +31,7 @@ var s = document.createElement('script'); var src = 'rotate.js'; if (isProduction()) { - src = 'http://hajimehoshi.github.io/ebiten.pagestorage/master/' + src; + src = 'http://hajimehoshi.github.io/ebiten.pagestorage/1.1/' + src; } s.src = src; document.body.appendChild(s); diff --git a/_docs/public/index.html b/_docs/public/index.html index 6102d348b7d7..b49714170f7b 100644 --- a/_docs/public/index.html +++ b/_docs/public/index.html @@ -33,7 +33,7 @@ }
v1.1.0-alpha
+v1.1.0-rc1