Skip to content

Commit 9c4baa9

Browse files
[Sync to prerelease] Fix broken redirect code (#2052)
(cherry picked from commit b00ad16) Co-authored-by: Nicola Rennie <42338476+nrennie@users.noreply.github.com>
1 parent ea7fe80 commit 9c4baa9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/get-started/_redirect.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
/* This code exists but is no longer used in the "happy path" for our webpage. If someone lands here it
33
will still work but redirect to the main guide, which itself will no longer use redirection.
44
5-
The issue with redirection is it causes a FOUC
5+
The issue with redirection is it causes a FOUC */
66

77
const toolPage = window.localStorage.getItem("tutorialToolGetStarted") || "jupyter.html";
88
window.location.replace(toolPage);
9-
</script>
9+
</script>

0 commit comments

Comments
 (0)