Skip to content

Commit

Permalink
fix learnplatform download redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
thedannywahl committed Mar 7, 2024
1 parent 4493397 commit 5dde088
Show file tree
Hide file tree
Showing 5 changed files with 17,899 additions and 5 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
.DS_Store
.env.*
isp-site/.yarn/install-state.gz
node_modules
.yarn
Binary file modified isp-site/.yarn/install-state.gz
Binary file not shown.
9 changes: 4 additions & 5 deletions isp-site/src/variables/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,6 @@ const Links = [
to: "https://community.canvaslms.com/t5/Elevate-K-12-Analytics/ct-p/videri",
lang: "EN",
},

],
},
{
Expand Down Expand Up @@ -768,11 +767,11 @@ const Links = [
to: "https://community.canvaslms.com/t5/Elevate-Standards-Alignment/tkb-p/ab_basics",
lang: "EN",
},

],
},

{brand: "Elevate Data Quality",

{
brand: "Elevate Data Quality",
links: [
{
title: "Home",
Expand Down Expand Up @@ -864,7 +863,7 @@ const Links = [
{
title: "Compliance Package",
from: "/learnplatform/dl",
to: "https://github.com/thedannywahl/instructure-security-package/archive/refs/heads/learn-platform.zip",
to: "https://github.com/thedannywahl/instructure-security-package/archive/refs/heads/learnplatform.zip",
lang: "EN",
},
{
Expand Down
Loading

0 comments on commit 5dde088

Please sign in to comment.