diff --git a/extensions/TheShovel/ShovelUtils.js b/extensions/TheShovel/ShovelUtils.js index fff74dc116..2d702595c3 100644 --- a/extensions/TheShovel/ShovelUtils.js +++ b/extensions/TheShovel/ShovelUtils.js @@ -110,7 +110,7 @@ TEXT: { type: Scratch.ArgumentType.STRING, defaultValue: - "https://theshovel.github.io/Bullet-Hell/Bullet%20Hell", + "https://extensions.turbowarp.org/samples/Box2D.sb3", }, }, }, diff --git a/extensions/cloudlink.js b/extensions/cloudlink.js index 1583cc1e23..8496737d54 100644 --- a/extensions/cloudlink.js +++ b/extensions/cloudlink.js @@ -12,7 +12,9 @@ // Get the server URL list try { - Scratch.fetch("https://mikedev101.github.io/cloudlink/serverlist.json") + Scratch.fetch( + "https://raw.githubusercontent.com/MikeDev101/cloudlink/master/serverlist.json" + ) .then((response) => { return response.text(); }) @@ -324,8 +326,7 @@ arguments: { url: { type: "string", - defaultValue: - "https://mikedev101.github.io/cloudlink/fetch_test", + defaultValue: "https://extensions.turbowarp.org/hello.txt", }, }, }, @@ -341,8 +342,7 @@ }, url: { type: "string", - defaultValue: - "https://mikedev101.github.io/cloudlink/fetch_test", + defaultValue: "https://extensions.turbowarp.org/hello.txt", }, data: { type: "string",