diff --git a/packages/web/src/scripts/util.js b/packages/web/src/scripts/util.js index 1239098ea..dde9d15d2 100644 --- a/packages/web/src/scripts/util.js +++ b/packages/web/src/scripts/util.js @@ -441,7 +441,7 @@ export async function openEditdor(formatType, thingType, editorInstance) { } const data = thingType + formatType + value; const compressed = compress(data); - const URL = `https://eclipse.github.io/editdor/?td=${compressed}`; + const URL = `https://eclipse-editdor.github.io/editdor/?td=${compressed}`; window.open(URL, "_blank"); } @@ -647,4 +647,4 @@ export function checkDocumentType(jsonDocument) { } else { return "td" } -} \ No newline at end of file +}