From f3eb7b061da2e275e7885bc8638a34544a4f79a4 Mon Sep 17 00:00:00 2001 From: Nicola Rennie <42338476+nrennie@users.noreply.github.com> Date: Wed, 3 Jun 2026 15:40:47 +0100 Subject: [PATCH] Update _redirect.html --- 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 +