Skip to content

Commit 09e3ea8

Browse files
Merge pull request #104 from dinesh-58/main
replace broken register links
2 parents 62c99a5 + 8fd10d4 commit 09e3ea8

15 files changed

+15
-15
lines changed

sqlite-cloud/quick-start-apollo-graphql.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ slug: quick-start-apollo-graphql
99
In this quickstart, we will show you how to get started with SQLite Cloud and Apollo/GraphQL by writing a simple GraphQL wrapper around a SQLite Cloud database connection.
1010

1111
1. **Set up a SQLite Cloud account**
12-
- If you haven't already, [sign up for a SQLite Cloud account](https://sqlitecloud.io/register) and create a new project.
12+
- If you haven't already, [sign up for a SQLite Cloud account](https://dashboard.sqlitecloud.io/auth/sign-in) and create a new project.
1313
- In this guide, we will use the sample datasets that come pre-loaded with SQLite Cloud.
1414

1515
2. **Install the necessary dependencies**

sqlite-cloud/quick-start-cdn.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ In this quickstart, we demonstrate how to locally serve the SQLite Cloud JS Driv
1111
---
1212

1313
1. **Set up a SQLite Cloud account**
14-
- If you haven't already, [sign up for a SQLite Cloud account](https://sqlitecloud.io/register) and create a new project.
14+
- If you haven't already, [sign up for a SQLite Cloud account](https://dashboard.sqlitecloud.io/auth/sign-in) and create a new project.
1515
- In this guide, we will use the sample datasets that come pre-loaded with SQLite Cloud.
1616

1717
2. **Create a JavaScript / TypeScript app**

sqlite-cloud/quick-start-django.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ slug: quick-start-django
99
In this quickstart, we will show you how to get started with SQLite Cloud and Django by building a simple application that connects to and reads from a SQLite Cloud database.
1010

1111
1. **Set up a SQLite Cloud account**
12-
- If you haven't already, [sign up for a SQLite Cloud account](https://sqlitecloud.io/register) and create a new project.
12+
- If you haven't already, [sign up for a SQLite Cloud account](https://dashboard.sqlitecloud.io/auth/sign-in) and create a new project.
1313
- In this guide, we will use the sample datasets that come pre-loaded with SQLite Cloud.
1414

1515
2. **Create a Django app**

sqlite-cloud/quick-start-flask.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ In this quickstart, we will show you how to get started with SQLite Cloud and Fl
1111
---
1212

1313
1. **Set up a SQLite Cloud account**
14-
- If you haven't already, [sign up for a SQLite Cloud account](https://sqlitecloud.io/register) and create a new project.
14+
- If you haven't already, [sign up for a SQLite Cloud account](https://dashboard.sqlitecloud.io/auth/sign-in) and create a new project.
1515
- In this guide, we will use the sample datasets that come pre-loaded with SQLite Cloud.
1616

1717
2. **Create a Flask app**

sqlite-cloud/quick-start-gin.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ In this quickstart, we will show you how to get started with SQLite Cloud and Go
1111
---
1212

1313
1. **Set up a SQLite Cloud account**
14-
- If you haven't already, [sign up for a SQLite Cloud account](https://sqlitecloud.io/register) and create a new database.
14+
- If you haven't already, [sign up for a SQLite Cloud account](https://dashboard.sqlitecloud.io/auth/sign-in) and create a new database.
1515
- In this guide, we will use the sample datasets that come pre-loaded with SQLite Cloud.
1616

1717
2. **Create a Gin app**

sqlite-cloud/quick-start-next.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ In this quickstart, we will show you how to get started with SQLite Cloud and Ne
1111
---
1212

1313
1. **Set up a SQLite Cloud account**
14-
- If you haven't already, [sign up for a SQLite Cloud account](https://sqlitecloud.io/register) and create a new project.
14+
- If you haven't already, [sign up for a SQLite Cloud account](https://dashboard.sqlitecloud.io/auth/sign-in) and create a new project.
1515
- In this guide, we will use the sample datasets that come pre-loaded with SQLite Cloud.
1616
2. **Create a Next.js app**
1717
- Create a Next app using ```create-next-app```. The following command creates a very simple app (JS, no Tailwind, uses the latest App Router) to keep the focus on querying the data.

sqlite-cloud/quick-start-node.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ In this quickstart, we will show you how to get started with SQLite Cloud and No
1111
---
1212

1313
1. **Set up a SQLite Cloud account**
14-
- If you haven't already, [sign up for a SQLite Cloud account](https://sqlitecloud.io/register) and create a new project.
14+
- If you haven't already, [sign up for a SQLite Cloud account](https://dashboard.sqlitecloud.io/auth/sign-in) and create a new project.
1515
- In this guide, we will use the sample datasets that come pre-loaded with SQLite Cloud.
1616
2. **Create a Node.js app**
1717
- Navigate to your target directory and run the following command to initialize your Node.js app and install the necessary depedencies:

sqlite-cloud/quick-start-php-laravel.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ In this quickstart, we will show you how to get started with SQLite Cloud and PH
1111
---
1212

1313
1. **Set up a SQLite Cloud account**
14-
- If you haven't already, [sign up for a SQLite Cloud account](https://sqlitecloud.io/register) and create a new project.
14+
- If you haven't already, [sign up for a SQLite Cloud account](https://dashboard.sqlitecloud.io/auth/sign-in) and create a new project.
1515
- In this guide, we will use the sample datasets that come pre-loaded with SQLite Cloud.
1616

1717
2. **Create a Laravel app**

sqlite-cloud/quick-start-prisma.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ In this quickstart, we will show you how to get started with SQLite Cloud and Pr
1111
---
1212

1313
1. **Set up a SQLite Cloud account**
14-
- If you haven't already, [sign up for a SQLite Cloud account](https://sqlitecloud.io/register) and create a new project.
14+
- If you haven't already, [sign up for a SQLite Cloud account](https://dashboard.sqlitecloud.io/auth/sign-in) and create a new project.
1515
- In this guide, we will use the sample datasets that come pre-loaded with SQLite Cloud.
1616
2. **Create a Next.js app**
1717
- Create a Next app using ```create-next-app```. The following command creates a very simple app (JS, no Tailwind, uses the latest App Router) to keep the focus on querying the data.

sqlite-cloud/quick-start-react-native.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ In this quickstart, we will show you how to get started with SQLite Cloud and Re
1111
---
1212

1313
1. **Set up a SQLite Cloud account**
14-
- If you haven't already, [sign up for a SQLite Cloud account](https://sqlitecloud.io/register) and create a new project.
14+
- If you haven't already, [sign up for a SQLite Cloud account](https://dashboard.sqlitecloud.io/auth/sign-in) and create a new project.
1515
- In this guide, we will use the sample datasets that come pre-loaded with SQLite Cloud.
1616

1717
2. **Create a React Native project**

0 commit comments

Comments
 (0)