From cca4ca018d7b6db7c9f70cb6c890a434f49c3975 Mon Sep 17 00:00:00 2001 From: Nicola Rennie <42338476+nrennie@users.noreply.github.com> Date: Mon, 8 Jun 2026 09:52:54 +0100 Subject: [PATCH] Fix broken redirect code (#2050) (cherry picked from commit b00ad162c667865ed2ced8f70344ff9b0b6e7d32) --- docs/get-started/_redirect.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/get-started/_redirect.html b/docs/get-started/_redirect.html index b564935d20..88e43255b4 100644 --- a/docs/get-started/_redirect.html +++ b/docs/get-started/_redirect.html @@ -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); - \ No newline at end of file +