Skip to content

Commit

Permalink
fix links with typos (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasburk authored Dec 18, 2023
1 parent 5c7ac57 commit 2bd0f78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,6 @@ The MySQL ecosystem has a lot of tooling built to make these tasks easier. Looki

<PrismaOutlinks>

If you are using Prisma with your MySQL database, you can read about ways to optimize your queries in the [query optimization section of the docs](hhttps://www.prisma.io/docs/orm/prisma-client/queries/query-optimization-performance). This will help you understand how various query constructions can impact your database performance when using Prisma.
If you are using Prisma with your MySQL database, you can read about ways to optimize your queries in the [query optimization section of the docs](https://www.prisma.io/docs/orm/prisma-client/queries/query-optimization-performance). This will help you understand how various query constructions can impact your database performance when using Prisma.

</PrismaOutlinks>
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,6 @@ However, the database is only able to automatically optimize in a limited sense.

<PrismaOutlinks>

If you are using Prisma with your MySQL database, you can read about ways to optimize your queries in the [query optimization section of the docs](hhttps://www.prisma.io/docs/orm/prisma-client/queries/query-optimization-performance). This will help you understand how various query constructions can impact your database performance when using Prisma.
If you are using Prisma with your MySQL database, you can read about ways to optimize your queries in the [query optimization section of the docs](https://www.prisma.io/docs/orm/prisma-client/queries/query-optimization-performance). This will help you understand how various query constructions can impact your database performance when using Prisma.

</PrismaOutlinks>
2 changes: 1 addition & 1 deletion content/11-serverless/02-serverless-comparison.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ While different from some of the other offerings because of this positioning, Ne

<PrismaOutlinks>

You can easily deploy Node.JS applications built with Prisma to Netlify. This [deployment guide](https://www.prisma.io/docs/orm/prisma-client/deployment/serverless/deploy-to-netlifyy) covers the process in greater detail.
You can easily deploy Node.JS applications built with Prisma to Netlify. This [deployment guide](https://www.prisma.io/docs/orm/prisma-client/deployment/serverless/deploy-to-netlify) covers the process in greater detail.

</PrismaOutlinks>

Expand Down

1 comment on commit 2bd0f78

@vercel
Copy link

@vercel vercel bot commented on 2bd0f78 Dec 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

dataguide – ./

dataguide-prisma.vercel.app
dataguide.vercel.app
dataguide-git-main-prisma.vercel.app

Please sign in to comment.