Skip to content

Commit 4d45d67

Browse files
authored
Merge pull request #93 from pixelcookie11/patch-1
Fixed 404 link
2 parents f2cdef5 + 6bbca82 commit 4d45d67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AssistantComputerControl/WebFiles/assets/js/getting_started_scripts.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ $("#pick_btn").on("click", function () {
258258
break;
259259
case "dropbox":
260260
actionListLink.attr("href", "https://assistantcomputercontrol.com/?cloud=db#what-can-it-do");
261-
stlgh.attr("href", "https://ifttt.com/applets/W3b7fykE-acc-shut-down-computer-dropbox");
261+
stlgh.attr("href", "https://ifttt.com/applets/tYKyi2t3-acc-shut-down-computer-dropbox");
262262
stla.attr("href", "https://ifttt.com/applets/pCPWA7je-acc-shut-down-computer-dropbox");
263263
break;
264264
case "onedrive":
@@ -616,4 +616,4 @@ $(window).bind('mousewheel DOMMouseScroll', function (event) {
616616
if (event.ctrlKey == true) {
617617
event.preventDefault();
618618
}
619-
});
619+
});

0 commit comments

Comments
 (0)