From 22a8b63dcf45e9c0f6cec370d978a965225c1246 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 7 Aug 2025 17:40:12 -0500 Subject: [PATCH] Update links (#8800) --- .../PolicyUpdateOverlay/updates/202508/index.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/PolicyUpdateOverlay/updates/202508/index.tsx b/src/components/PolicyUpdateOverlay/updates/202508/index.tsx index aa667e29a0..3b73556a37 100644 --- a/src/components/PolicyUpdateOverlay/updates/202508/index.tsx +++ b/src/components/PolicyUpdateOverlay/updates/202508/index.tsx @@ -26,27 +26,27 @@ export function Content({state}: {state: PolicyUpdateState}) { const links = { terms: { overridePresentation: false, - to: `https://bsky.social/about/support`, + to: `https://bsky.social/about/support/tos`, label: _(msg`Terms of Service`), }, privacy: { overridePresentation: false, - to: `https://bsky.social/about/support`, + to: `https://bsky.social/about/support/privacy-policy`, label: _(msg`Privacy Policy`), }, copyright: { overridePresentation: false, - to: `https://bsky.social/about/support`, + to: `https://bsky.social/about/support/copyright`, label: _(msg`Copyright Policy`), }, guidelines: { overridePresentation: false, - to: `https://bsky.social/about/support`, + to: `https://bsky.social/about/support/community-guidelines`, label: _(msg`Community Guidelines`), }, blog: { overridePresentation: false, - to: `https://bsky.social/about/support`, + to: `https://bsky.social/about/blog/08-11-2025-updated-terms-and-policies`, label: _(msg`Our blog post`), }, }