Skip to content

Commit ee59881

Browse files
author
Ben Abbott
committed
Update URL to https
1 parent 27ed94b commit ee59881

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/boot/Config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ var Config = new Class({
129129
MATH.RND.init(this.seed);
130130

131131
this.gameTitle = GetValue(config, 'title', '');
132-
this.gameURL = GetValue(config, 'url', 'http://phaser.io');
132+
this.gameURL = GetValue(config, 'url', 'https://phaser.io');
133133
this.gameVersion = GetValue(config, 'version', '');
134134

135135
// Input

0 commit comments

Comments
 (0)