Skip to content

Commit

Permalink
Merge pull request #179 from sablier-labs/fix/stale-links
Browse files Browse the repository at this point in the history
fix: fix stale links
  • Loading branch information
PaulRBerg authored Sep 25, 2024
2 parents ede8e0c + 5482761 commit 4be741e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,15 +140,15 @@ const config: Config = {
},
{
label: "Risk Notice",
href: "https://sablier.com/risk-notice",
href: "https://files.sablier.com/risk-notice.pdf",
},
{
label: "Terms of Service",
href: "https://sablier.com/terms-of-service",
href: "https://files.sablier.com/terms-of-service.pdf",
},
{
label: "Privacy Policy",
href: "https://docs.google.com/document/d/10OgbKJkoLnZ_pJtF6SAfcP7ufOC18K3N39MH538XeiI",
href: "https://files.sablier.com/privacy-policy.pdf",
},
],
},
Expand Down

0 comments on commit 4be741e

Please sign in to comment.