Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/get-started/_redirect.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
/* This code exists but is no longer used in the "happy path" for our webpage. If someone lands here it
will still work but redirect to the main guide, which itself will no longer use redirection.

The issue with redirection is it causes a FOUC
The issue with redirection is it causes a FOUC */

const toolPage = window.localStorage.getItem("tutorialToolGetStarted") || "jupyter.html";
window.location.replace(toolPage);
</script>
</script>
Loading