Skip to content
Open
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
4 changes: 2 additions & 2 deletions content/docs/guides/running-on-vercel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ title: Running on Vercel
They also provide a free hosting service which is ideal for Next.js applications.

If you don't already have a database, you can create a Vercel Postgres database integration. You can also
follow the [Running on DigitalOcean](/docs/running-on-digitalocean) guide or the
[Running on PlanetScale](/docs/running-on-planetscale) guide to get a database up and running.
follow the [Running on DigitalOcean](/docs/guides/running-on-digitalocean) guide or the
[Running on PlanetScale](/docs/guides/running-on-planetscale) guide to get a database up and running.
You can also check out the **Managed databases** section under [Hosting](/docs/guides/hosting).

## Setup
Expand Down