diff options
author | Eric Bailey <git@esb.lol> | 2025-08-07 17:40:12 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-07 15:40:12 -0700 |
commit | 22a8b63dcf45e9c0f6cec370d978a965225c1246 (patch) | |
tree | bd0f3607ccced7ab733a63a013398e38883e2b90 /src/components | |
parent | 2ba2d9e5b5f37b4a6405184ef375596077ceb9db (diff) | |
download | voidsky-22a8b63dcf45e9c0f6cec370d978a965225c1246.tar.zst |
Update links (#8800)
Diffstat (limited to 'src/components')
-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`), }, } |