Skip to content

Commit

Permalink
fix: Fix links in getting-started (#2743)
Browse files Browse the repository at this point in the history
  • Loading branch information
janpio committed Feb 18, 2022
1 parent 9287347 commit 8278193
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -380,7 +380,7 @@ Adjust the connection URL to match your setup - see [Microsoft SQL Server connec
<ButtonLink
color="dark"
type="primary"
href="/getting-started/setup-prisma/start-from-scratch-typescript-planetscale"
href="/getting-started/setup-prisma/start-from-scratch/relational-databases-typescript-planetscale"
arrowLeft
>
Installation
Expand Down
Expand Up @@ -281,7 +281,7 @@ Your connection string is displayed as part of the welcome text when starting Co
<ButtonLink
color="dark"
type="primary"
href="/getting-started/setup-prisma/add-to-existing-project/relational-databases/relational-databases-node-postgres"
href="/getting-started/setup-prisma/add-to-existing-project/relational-databases-node-postgres"
arrowLeft
>
Installation
Expand All @@ -307,7 +307,7 @@ Your connection string is displayed as part of the welcome text when starting Co
<ButtonLink
color="dark"
type="primary"
href="/getting-started/setup-prisma/add-to-existing-project/relational-databases/relational-databases-node-mysql"
href="/getting-started/setup-prisma/add-to-existing-project/relational-databases-node-mysql"
arrowLeft
>
Installation
Expand Down

0 comments on commit 8278193

Please sign in to comment.