Skip to content

Commit d030e86

Browse files
fix urls
1 parent bd057af commit d030e86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
"\nfile: " + (source || "unknown") +
3333
"\ntraceback:\n" + error.stack
3434
);
35-
document.documentElement.innerHTML = "Fatal error: please copy and <a href=\"https://github.com/langton-music/issues\">report</a>: <pre>" + err + "</pre>";
35+
document.documentElement.innerHTML = "Fatal error: please copy and <a href=\"https://github.com/dragoncoder047/langton-music/issues\">report</a>: <pre>" + err + "</pre>";
3636
}
3737
catch(e) {
38-
document.documentElement.innerHTML = "Double fatal error: please copy and <a href=\"https://github.com/langton-music/issues\">report</a>: <pre>" + e.stack + "</pre>";
38+
document.documentElement.innerHTML = "Double fatal error: please copy and <a href=\"https://github.com/dragoncoder047/langton-music/issues\">report</a>: <pre>" + e.stack + "</pre>";
3939
}
4040
}
4141
</script>

0 commit comments

Comments
 (0)