diff options
Diffstat (limited to 'src/components/PolicyUpdateOverlay')
-rw-r--r-- | src/components/PolicyUpdateOverlay/updates/202508/index.tsx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/components/PolicyUpdateOverlay/updates/202508/index.tsx b/src/components/PolicyUpdateOverlay/updates/202508/index.tsx index aa667e29a..3b73556a3 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`), }, } |