Update links (#8800)

This commit is contained in:
Eric Bailey
2025-08-07 17:40:12 -05:00
committed by GitHub
parent 2ba2d9e5b5
commit 22a8b63dcf
@@ -26,27 +26,27 @@ export function Content({state}: {state: PolicyUpdateState}) {
const links = { const links = {
terms: { terms: {
overridePresentation: false, overridePresentation: false,
to: `https://bsky.social/about/support`, to: `https://bsky.social/about/support/tos`,
label: _(msg`Terms of Service`), label: _(msg`Terms of Service`),
}, },
privacy: { privacy: {
overridePresentation: false, overridePresentation: false,
to: `https://bsky.social/about/support`, to: `https://bsky.social/about/support/privacy-policy`,
label: _(msg`Privacy Policy`), label: _(msg`Privacy Policy`),
}, },
copyright: { copyright: {
overridePresentation: false, overridePresentation: false,
to: `https://bsky.social/about/support`, to: `https://bsky.social/about/support/copyright`,
label: _(msg`Copyright Policy`), label: _(msg`Copyright Policy`),
}, },
guidelines: { guidelines: {
overridePresentation: false, overridePresentation: false,
to: `https://bsky.social/about/support`, to: `https://bsky.social/about/support/community-guidelines`,
label: _(msg`Community Guidelines`), label: _(msg`Community Guidelines`),
}, },
blog: { blog: {
overridePresentation: false, 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`), label: _(msg`Our blog post`),
}, },
} }