about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-06-27 14:59:42 -0500
committerGitHub <noreply@github.com>2023-06-27 14:59:42 -0500
commit0921dd433521683237f8ebc87b910527ce4d9aa8 (patch)
tree630850c30e5d11bb8b9dd7d5dff8951c8f9eca4d
parenta733b5b9f465c38ed223d6f2c2cca8fa7aff91da (diff)
downloadvoidsky-0921dd433521683237f8ebc87b910527ce4d9aa8.tar.zst
Fix some broken links on policy docs (#916)
-rw-r--r--src/view/screens/PrivacyPolicy.tsx4
-rw-r--r--src/view/shell/desktop/RightNav.tsx4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/view/screens/PrivacyPolicy.tsx b/src/view/screens/PrivacyPolicy.tsx
index 0112a550d..0067b460b 100644
--- a/src/view/screens/PrivacyPolicy.tsx
+++ b/src/view/screens/PrivacyPolicy.tsx
@@ -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>
diff --git a/src/view/shell/desktop/RightNav.tsx b/src/view/shell/desktop/RightNav.tsx
index c38c0371a..4f56b8e52 100644
--- a/src/view/shell/desktop/RightNav.tsx
+++ b/src/view/shell/desktop/RightNav.tsx
@@ -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>