Update URLs - mostly s/http/https/, a few moved.
[pwl6.git] / src / pwl6.js
index e01eeb8..bfcc879 100644 (file)
@@ -1716,7 +1716,7 @@ BookScene = new yT(yuu.Scene, {
             p = this.layer0.worldFromDevice(p);
             if (this.current === BOOK_FORWARD.length - 1
                 && this.LOGOTYPE.contains(p)) {
-                yuu.openURL("http://www.yukkurigames.com/");
+                yuu.openURL("https://www.yukkurigames.com/");
             } else if (this.current === 0 && this.COLOPHON.contains(p)) {
                 yuu.director.showOverlay("colophon");
             } else if (this.current === 0 || p.x >= -0.2) {