Skip to content

Commit 95b5118

Browse files
committed
Update signup URLs
1 parent 8c65ec7 commit 95b5118

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

client-sdk-references/flutter.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ See the [SDK's README](https://pub.dev/packages/powersync#getting-started) for i
4040

4141
Before implementing the PowerSync SDK in your project, make sure you have completed these steps:
4242

43-
* Signed up for a PowerSync Cloud account ([here](https://accounts.journeyapps.com/portal/get-started?powersync=true)) or [self-host PowerSync](/self-hosting/getting-started).
43+
* Signed up for a PowerSync Cloud account ([here](https://accounts.journeyapps.com/portal/powersync-signup)) or [self-host PowerSync](/self-hosting/getting-started).
4444
* [Configured your backend database](/installation/database-setup) and connected it to your PowerSync instance.
4545
* [Installed](/client-sdk-references/flutter#installation) the PowerSync Flutter SDK.
4646

client-sdk-references/javascript-web.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ See the [SDK's README](https://www.npmjs.com/package/@powersync/web) for install
5151

5252
Before implementing the PowerSync SDK in your project, make sure you have completed these steps:
5353

54-
* Signed up for a PowerSync Cloud account ([here](https://accounts.journeyapps.com/portal/get-started?powersync=true)) or [self-host PowerSync](/self-hosting/getting-started).
54+
* Signed up for a PowerSync Cloud account ([here](https://accounts.journeyapps.com/portal/powersync-signup)) or [self-host PowerSync](/self-hosting/getting-started).
5555
* [Configured your backend database](/installation/database-setup) and connected it to your PowerSync instance.
5656
* [Installed](/client-sdk-references/javascript-web#installation) the PowerSync Web SDK.
5757

client-sdk-references/kotlin-multiplatform.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ See the [SDK's README](https://github.com/powersync-ja/powersync-kotlin?tab=read
4747

4848
Before implementing the PowerSync SDK in your project, make sure you have completed these steps:
4949

50-
* Signed up for a PowerSync Cloud account ([here](https://accounts.journeyapps.com/portal/get-started?powersync=true)) or [self-host PowerSync](/self-hosting/getting-started).
50+
* Signed up for a PowerSync Cloud account ([here](https://accounts.journeyapps.com/portal/powersync-signup)) or [self-host PowerSync](/self-hosting/getting-started).
5151
* [Configured your backend database](/installation/database-setup) and connected it to your PowerSync instance.
5252
* [Installed](/client-sdk-references/kotlin-multiplatform#installation) the PowerSync SDK.
5353

client-sdk-references/react-native-and-expo.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ By default this SDK connects to a PowerSync instance via WebSocket (from @powers
5353

5454
Before implementing the PowerSync SDK in your project, make sure you have completed these steps:
5555

56-
* Signed up for a PowerSync Cloud account ([here](https://accounts.journeyapps.com/portal/get-started?powersync=true)) or [self-host PowerSync](/self-hosting/getting-started).
56+
* Signed up for a PowerSync Cloud account ([here](https://accounts.journeyapps.com/portal/powersync-signup)) or [self-host PowerSync](/self-hosting/getting-started).
5757
* [Configured your backend database](/installation/database-setup) and connected it to your PowerSync instance.
5858
* [Installed](/client-sdk-references/react-native-and-expo#installation) the PowerSync React Native SDK.
5959

client-sdk-references/swift.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ See the [To-Do List Demo app](https://github.com/powersync-ja/powersync-swift/tr
9696

9797
Before implementing the PowerSync SDK in your project, make sure you have completed these steps:
9898

99-
* Signed up for a PowerSync Cloud account ([here](https://accounts.journeyapps.com/portal/get-started?powersync=true)) or [self-host PowerSync](/self-hosting/getting-started).
99+
* Signed up for a PowerSync Cloud account ([here](https://accounts.journeyapps.com/portal/powersync-signup)) or [self-host PowerSync](/self-hosting/getting-started).
100100

101101
* [Configured your backend database](/installation/database-setup) and connected it to your PowerSync instance.
102102

installation/quickstart-guide.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The following outlines our recommended steps to implement PowerSync in your proj
1818

1919
<Steps>
2020
<Step title="[Optional] Create a PowerSync Cloud account">
21-
Sign up for a free PowerSync Cloud account [here](https://accounts.journeyapps.com/portal/get-started?powersync=true&s=docs-quickstart) if you want to go ahead with our cloud-hosted option. PowerSync can also be self-hosted — see instructions in step 3.
21+
Sign up for a free PowerSync Cloud account [here](https://accounts.journeyapps.com/portal/powersync-signup?s=docs-quickstart-quickstart) if you want to go ahead with our cloud-hosted option. PowerSync can also be self-hosted — see instructions in step 3.
2222
</Step>
2323
<Step title="Configure your Source Database">
2424
Configure your source database for PowerSync — see [Source Database Setup](/installation/database-setup).

integration-guides/flutterflow-+-powersync.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Used in conjunction with **FlutterFlow**, PowerSync enables developers to build
2222
## Guide Overview
2323

2424
<Info>
25-
Before you proceed, this guide assumes that you have already signed up for free accounts with both Supabase and PowerSync. If you haven't signed up for a **PowerSync** account yet, [click here](https://accounts.journeyapps.com/portal/get-started?powersync=true) (and if you haven't signed up for Supabase yet, [click here](https://supabase.com/dashboard/sign-up)). This guide also assumes that you already have **Flutter** set up.
25+
Before you proceed, this guide assumes that you have already signed up for free accounts with both Supabase and PowerSync. If you haven't signed up for a **PowerSync** account yet, [click here](https://accounts.journeyapps.com/portal/powersync-signup) (and if you haven't signed up for Supabase yet, [click here](https://supabase.com/dashboard/sign-up)). This guide also assumes that you already have **Flutter** set up.
2626

2727
</Info>
2828
<Check>

integration-guides/flutterflow-+-powersync/github-workflow.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Used in conjunction with **FlutterFlow**, PowerSync enables developers to build
2727
</Check>
2828

2929
<Info>
30-
Before you proceed, this guide assumes that you have already signed up for free accounts with both Supabase and PowerSync. If you haven't signed up for a **PowerSync** account yet, [click here](https://accounts.journeyapps.com/portal/get-started?powersync=true) (and if you haven't signed up for Supabase yet, [click here](https://supabase.com/dashboard/sign-up)). This guide also assumes that you already have **Flutter** set up.
30+
Before you proceed, this guide assumes that you have already signed up for free accounts with both Supabase and PowerSync. If you haven't signed up for a **PowerSync** account yet, [click here](https://accounts.journeyapps.com/portal/powersync-signup) (and if you haven't signed up for Supabase yet, [click here](https://supabase.com/dashboard/sign-up)). This guide also assumes that you already have **Flutter** set up.
3131
</Info>
3232

3333
## Guide Overview

integration-guides/supabase-+-powersync.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import SupabaseConnection from '/snippets/supabase-database-connection.mdx';
1414
Used in conjunction with **Supabase**, PowerSync enables developers to build local-first & offline-first apps that are robust in poor network conditions and that have highly responsive frontends while relying on [Supabase](https://supabase.com/) for their backend. This guide provides instructions for how to configure PowerSync for use with your Supabase project.
1515

1616
<Info>
17-
Before you proceed, this guide assumes that you have already signed up for free accounts with both Supabase and PowerSync Cloud (our cloud-hosted offering). If you haven't signed up for a **PowerSync** (Cloud) account yet, [click here](https://accounts.journeyapps.com/portal/get-started?powersync=true) (and if you haven't signed up for Supabase yet, [click here](https://supabase.com/dashboard/sign-up)).
17+
Before you proceed, this guide assumes that you have already signed up for free accounts with both Supabase and PowerSync Cloud (our cloud-hosted offering). If you haven't signed up for a **PowerSync** (Cloud) account yet, [click here](https://accounts.journeyapps.com/portal/powersync-signup) (and if you haven't signed up for Supabase yet, [click here](https://supabase.com/dashboard/sign-up)).
1818
</Info>
1919

2020
<Info>

mint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
],
4242
"topbarCtaButton": {
4343
"name": "Get Started",
44-
"url": "https://accounts.journeyapps.com/portal/get-started?powersync=true&s=docs",
44+
"url": "https://accounts.journeyapps.com/portal/powersync-signup?s=docs-quickstart",
4545
"arrow": false,
4646
"style": "roundedRectangle"
4747
},

0 commit comments

Comments
 (0)