From efa92b9fbf07370a0c5c6445e9926c40156ef289 Mon Sep 17 00:00:00 2001 From: Kasen IO Date: Sun, 19 Apr 2020 23:51:53 -0400 Subject: [PATCH] Update URLs. --- README.md | 4 ++-- more/app-more.js | 2 +- more/more.html | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 3822fca..67e0ede 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ Applications repository for Vircadia, pulled directly from GitHub. You can add or edit your app in the "More" application by opening a pull request to this repo. Direct link to run the "More..." application in the interface: -https://kasenvr.github.io/community-apps/more/app-more.js +https://cdn.vircadia.com/community-apps/more/app-more.js See all the details about adding your app here: -https://kasenvr.github.io/community-apps/web/index.html +https://cdn.vircadia.com/community-apps/web/index.html ### Contributors diff --git a/more/app-more.js b/more/app-more.js index 56fe85a..5c28ea4 100644 --- a/more/app-more.js +++ b/more/app-more.js @@ -55,7 +55,7 @@ var runningScriptJson; for (var j = 0; j < currentlyRunningScripts.length; j++) { runningScriptJson = currentlyRunningScripts[j].url; - if (runningScriptJson.indexOf("https://kasenvr.github.io/community-apps/applications") !== -1) { + if (runningScriptJson.indexOf("https://cdn.vircadia.com/community-apps/applications") !== -1) { newMessage += "_" + runningScriptJson; } } diff --git a/more/more.html b/more/more.html index 3b6df54..4f4260a 100644 --- a/more/more.html +++ b/more/more.html @@ -15,7 +15,7 @@ - +