We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06b5331 commit b002cf0Copy full SHA for b002cf0
404.html
@@ -6,7 +6,7 @@
6
// Redirect for old single tutorial to multi tutorials setup - build folder
7
if (window.location.href.startsWith("https://ui5.github.io/tutorials/build/")) {
8
var pathname = window.location.pathname.replace("/tutorials/build/", "/tutorials/walkthrough/build/");
9
- window.location.replace("https://ui5.github.io/" + pathname + window.location.search);
+ window.location.replace("https://ui5.github.io" + pathname + window.location.search);
10
}
11
12
</script>
0 commit comments