Skip to content

Commit

Permalink
ESG link and added Standards Alignment brand
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Denne committed Feb 19, 2024
1 parent 56df936 commit 12ae26d
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
Binary file modified isp-site/.yarn/install-state.gz
Binary file not shown.
39 changes: 38 additions & 1 deletion isp-site/src/variables/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,12 @@ const Links = [
to: "https://www.eduappcenter.com/",
lang: "EN",
},
{
title: "ESG Report",
from: "/esg",
to: "https://instructure.com/esg-report",
lang: "EN",
},
],
},
{
Expand Down Expand Up @@ -732,10 +738,41 @@ const Links = [
to: "https://community.canvaslms.com/t5/Elevate-K-12-Analytics/ct-p/videri",
lang: "EN",
},

],
},
{
brand: "Elevate Data Quality",
brand: "Elevate Standards Alignment",
links: [
{
title: "Compliance Package",
from: "/elevate/standards-alignment/dl",
to: "https://github.com/thedannywahl/instructure-security-package/archive/refs/heads/elevate-standards-alignment.zip",
lang: "EN",
},
{
title: "Home",
from: "/elevate/standards-alignment",
to: "https://www.instructure.com/corporate-education/products/elevate/elevate-standards-alignment",
lang: "EN",
},
{
title: "Release Notes",
from: "/elevate/standards-alignment/releases",
to: "https://community.canvaslms.com/t5/Elevate-Standards-Alignment/tkb-p/esa_releases",
lang: "EN",
},
{
title: "Guides",
from: "/elevate/standards-alignment/guides",
to: "https://community.canvaslms.com/t5/Elevate-Standards-Alignment/tkb-p/ab_basics",
lang: "EN",
},

],
},

{brand: "Elevate Data Quality",
links: [
{
title: "Home",
Expand Down

0 comments on commit 12ae26d

Please sign in to comment.