From fdaad44bc731c638a3931d697363e281184e6e30 Mon Sep 17 00:00:00 2001 From: Matt Braddock Date: Sat, 30 Jan 2021 12:49:54 -0500 Subject: domain change --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index b7a078a..1c33aba 100644 --- a/main.js +++ b/main.js @@ -39,7 +39,7 @@ function compute() { // Show the time and mod message in the DOM let finalTime = hours.toString() + 'h ' + minutes.toString() + 'm ' + seconds.toString() + 's ' + milliseconds.toString() + 'ms'; let modMessage = `Mod Message: Time starts at ${parseFloat(startFrame).toFixed(3)} and ends at ${parseFloat(endFrame).toFixed(3)} at ${frameRate} fps to get a final time of ${finalTime}.`; - let credits = `Retimed using [yt-frame-timer](https://mattbraddock.com/yt-frame-timer)`; + let credits = `Retimed using [yt-frame-timer](https://slashinfty.github.io/yt-frame-timer)`; document.getElementById('time').value = finalTime; document.getElementById('modMessage').disabled = false; document.getElementById('modMessage').innerText = modMessage + ' ' + credits; -- cgit v1.2.3