Skip to content

Commit b002cf0

Browse files
committed
fix: 404.html link handling
1 parent 06b5331 commit b002cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Redirect for old single tutorial to multi tutorials setup - build folder
77
if (window.location.href.startsWith("https://ui5.github.io/tutorials/build/")) {
88
var pathname = window.location.pathname.replace("/tutorials/build/", "/tutorials/walkthrough/build/");
9-
window.location.replace("https://ui5.github.io/" + pathname + window.location.search);
9+
window.location.replace("https://ui5.github.io" + pathname + window.location.search);
1010
}
1111

1212
</script>

0 commit comments

Comments
 (0)