Skip to content

Commit

Permalink
chore: Update site links
Browse files Browse the repository at this point in the history
  • Loading branch information
dnys1 committed Oct 16, 2024
1 parent fb72679 commit 57bf90f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 3 additions & 1 deletion components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ export default function Footer() {
<div className="grow" />
<Link href="/privacy">Privacy Policy</Link>
<span className="mx-2">&bull;</span>
<Link href="/tos">Terms of Service</Link>
<Link href="/terms">Terms of Service</Link>
<span className="mx-2">&bull;</span>
<Link href="https://app.getdelve.com/celest">Compliance</Link>
</>
);
}
6 changes: 6 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ export default withSentryConfig(
source: '/docs/cloud/pricing',
destination: '/docs/cloud',
statusCode: 302,
},
{
source: '/tos',
// The is the more common URL
destination: '/terms',
statusCode: 301,
}
],
}),
Expand Down
2 changes: 1 addition & 1 deletion theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const config: DocsThemeConfig = {
logo: <Logo />,
logoLink: "/",
project: {
link: "https://github.com/celest-dev/website",
link: "https://github.com/celest-dev/celest",
},
chat: {
link: "https://discord.gg/KtMAfSDXGQ",
Expand Down

0 comments on commit 57bf90f

Please sign in to comment.