From f6d333da9193ffa221cbf4e9fbc399722b3ee1c5 Mon Sep 17 00:00:00 2001 From: Danny Wahl Date: Wed, 27 Sep 2023 17:04:24 -0600 Subject: [PATCH] add story and FFT links. --- isp-site/src/variables/redirects.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/isp-site/src/variables/redirects.js b/isp-site/src/variables/redirects.js index ea8c9bd0..dd129812 100644 --- a/isp-site/src/variables/redirects.js +++ b/isp-site/src/variables/redirects.js @@ -140,6 +140,18 @@ const Links = [ to: "https://site.imsglobal.org/certifications?query=instructure", lang: "EN" }, + { + title: "Our Story", + from: "/story", + to: "https://www.instructure.com/about/our-story", + lang: "EN" + }, + { + title: "Try Canvas (FFT)", + from: "/try-canvas", + to: "https://www.instructure.com/try-canvas", + lang: "EN" + }, { title: "EduAppCenter", from: "/apps",