Skip to content

Commit

Permalink
remove query params from links page
Browse files Browse the repository at this point in the history
  • Loading branch information
thedannywahl committed Sep 27, 2023
1 parent 85e908a commit e9f304d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 43 deletions.
2 changes: 1 addition & 1 deletion isp-site/src/routes/links.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ export default function Links() {
</CopyToClipboard>
</Tooltip>
<br />
<Text size="small" color="secondary">{link.to}</Text>
<Text size="small" color="secondary">{link.to.split(`?`)[0]}</Text>
</Table.Cell>
</Table.Row>
)
Expand Down
42 changes: 0 additions & 42 deletions isp-site/src/variables/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ const Links = [
{
brand: "Instructure",
links: [
{
title: "Security Packages (Home)",
from: "/",
to: null,
lang: "EN"
},
{
title: "Security White Paper",
from: "/security/dl",
Expand Down Expand Up @@ -157,12 +151,6 @@ const Links = [
{
brand: "Canvas",
links: [
{
title: "Security Package (Home)",
from: "/canvas",
to: null,
lang: "EN"
},
{
title: "Security Audit Report",
from: "/canvas/audit/dl",
Expand Down Expand Up @@ -467,12 +455,6 @@ const Links = [
{
brand: "Mastery",
links: [
{
title: "Security Package (Home)",
from: "/mastery",
to: null,
lang: "EN"
},
{
title: "Community",
from: "/mastery/community",
Expand Down Expand Up @@ -571,12 +553,6 @@ const Links = [
{
brand: "Elevate",
links: [
{
title: "Security Package (Home)",
from: "/elevate",
to: null,
lang: "EN"
},
{
title: "Community",
from: "/elevate/community",
Expand Down Expand Up @@ -623,12 +599,6 @@ const Links = [
{
brand: "Elevate Data Quality",
links: [
{
title: "Security Package (Download)",
from: null,
to: null,
lang: "EN"
},
{
title: "Home",
from: "/elevate/dataquality",
Expand All @@ -646,12 +616,6 @@ const Links = [
{
brand: "Elevate Data Sync",
links: [
{
title: "Security Package (Download)",
from: null,
to: null,
lang: "EN"
},
{
title: "Guides",
from: "/elevate/datasync/guides",
Expand All @@ -663,12 +627,6 @@ const Links = [
{
brand: "Impact",
links: [
{
title: "Security Package (Home)",
from: "/impact",
to: null,
lang: "EN"
},
{
title: "Security Package (Download)",
from: "/impact/dl",
Expand Down

0 comments on commit e9f304d

Please sign in to comment.