Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/docs/tutorials/drizzle-nextjs-neon.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ If you're not using React Native, forcing the installation with `--force` or `--
<Steps>
#### Create a new Neon project

Log in to the [Neon Console](https://console.neon.tech/app/projects) and navigate to the Projects section. Select a project or click the `New Project` button to create a new one.
Log in to the [Neon Console](https://console.neon.tech) and navigate to the Projects section. Select a project or click the `New Project` button to create a new one.

Your Neon projects come with a ready-to-use Postgres database named `neondb`. We'll use it in this tutorial.

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/tutorials/drizzle-with-neon.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This tutorial demonstrates how to use Drizzle ORM with [Neon Postgres](https://n
<Steps>
#### Create a new Neon project

Log in to the [Neon Console](https://console.neon.tech/app/projects) and navigate to the Projects section. Select a project or click the `New Project` button to create a new one.
Log in to the [Neon Console](https://console.neon.tech) and navigate to the Projects section. Select a project or click the `New Project` button to create a new one.

Your Neon projects come with a ready-to-use Postgres database named `neondb`. We'll use it in this tutorial.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ These installed packages are used only to create table in the database in [Creat
<Steps>
#### Setup Neon Postgres

Log in to the [Neon Console](https://console.neon.tech/app/projects) and navigate to the Projects section. Select a project or click the `New Project` button to create a new one.
Log in to the [Neon Console](https://console.neon.tech) and navigate to the Projects section. Select a project or click the `New Project` button to create a new one.

Your Neon projects come with a ready-to-use Postgres database named `neondb`. We'll use it in this tutorial.

Expand Down