From 65fdd2917a19e4ebc8b65427230445362893b559 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 9 Jul 2021 10:50:01 +0200 Subject: [PATCH] update URL --- stitchcode/gui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stitchcode/gui.js b/stitchcode/gui.js index adc107a3..b06e9de9 100644 --- a/stitchcode/gui.js +++ b/stitchcode/gui.js @@ -1023,7 +1023,7 @@ IDE_Morph.prototype.aboutTurtleStitch = function () { ); btn2 = dlg.addButton( function () { - window.open('http://www.turtlestitch.com', 'TurtleStitchWebsite'); + window.open('http://www.turtlestitch.org', 'TurtleStitchWebsite'); }, 'TurtleStitch Website', );