Skip to content

Commit 9dbfbcf

Browse files
committed
Update cloud service urls
1 parent c459720 commit 9dbfbcf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/docs/pages/cloud.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default function Cloud() {
1616
tagline="Supercharge your editor"
1717
description="Hassle-free setup. Get the features that matter."
1818
actions={[
19-
{ label: 'Start free ›', href: 'https://composify.cloud', primary: true },
19+
{ label: 'Start free ›', href: 'https://app.composify.cloud', primary: true },
2020
{ label: 'Explore features →', href: '#features', primary: false },
2121
]}
2222
/>

packages/docs/src/Footer/Footer.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ export const Footer = () => (
4444
</div>
4545
<div className={styles.column}>
4646
<h6 className={styles.title}>Cloud</h6>
47-
<a href="https://composify.cloud" className={styles.item}>
47+
<a href="https://app.composify.cloud" className={styles.item}>
4848
Dashboard
4949
</a>
50-
<a href="https://composify.cloud/terms" className={styles.item}>
50+
<a href="https://app.composify.cloud/terms" className={styles.item}>
5151
Terms of Service
5252
</a>
53-
<a href="https://composify.cloud/privacy" className={styles.item}>
53+
<a href="https://app.composify.cloud/privacy" className={styles.item}>
5454
Privacy Policy
5555
</a>
5656
<a href="mailto:support@composify.cloud" className={styles.item}>

0 commit comments

Comments
 (0)