From 548276180856f03e52cb7b8c174d079a7176738b Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Wed, 25 Sep 2024 14:42:08 +0100 Subject: [PATCH] fix: fix stale links --- docusaurus.config.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index da9e3cb9..6dfdca08 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -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", }, ], },