Fix some broken links on policy docs (#916)

zio/stable
Paul Frazee 2023-06-27 14:59:42 -05:00 committed by GitHub
parent a733b5b9f4
commit 0921dd4335
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -30,8 +30,8 @@ export const PrivacyPolicyScreen = (_props: Props) => {
The Privacy Policy has been moved to{' '}
<TextLink
style={pal.link}
href="https://blueskyweb.xyz/support/privacy"
text="blueskyweb.xyz/support/privacy"
href="https://blueskyweb.xyz/support/privacy-policy"
text="blueskyweb.xyz/support/privacy-policy"
/>
</Text>
</View>

View File

@ -46,7 +46,7 @@ export const DesktopRightNav = observer(function DesktopRightNav() {
<TextLink
type="md"
style={pal.link}
href="/support/privacy"
href="https://blueskyweb.xyz/support/privacy-policy"
text="Privacy Policy"
/>
<Text type="md" style={pal.textLight}>
@ -55,7 +55,7 @@ export const DesktopRightNav = observer(function DesktopRightNav() {
<TextLink
type="md"
style={pal.link}
href="/support/tos"
href="https://blueskyweb.xyz/support/tos"
text="Terms"
/>
</View>