From 2bd0f78fc088a29c62d2ee803258db1dd7b0cc55 Mon Sep 17 00:00:00 2001 From: Nikolas Date: Mon, 18 Dec 2023 10:12:43 +0100 Subject: [PATCH] fix links with typos (#464) --- .../04-identifying-slow-queries.mdx | 2 +- .../10-reading-and-querying-data/05-optimizing-slow-queries.mdx | 2 +- content/11-serverless/02-serverless-comparison.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/05-mysql/10-reading-and-querying-data/04-identifying-slow-queries.mdx b/content/05-mysql/10-reading-and-querying-data/04-identifying-slow-queries.mdx index 84f6aa9c..89e6adb5 100644 --- a/content/05-mysql/10-reading-and-querying-data/04-identifying-slow-queries.mdx +++ b/content/05-mysql/10-reading-and-querying-data/04-identifying-slow-queries.mdx @@ -467,6 +467,6 @@ The MySQL ecosystem has a lot of tooling built to make these tasks easier. Looki -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. diff --git a/content/05-mysql/10-reading-and-querying-data/05-optimizing-slow-queries.mdx b/content/05-mysql/10-reading-and-querying-data/05-optimizing-slow-queries.mdx index dcae0652..f90112ed 100644 --- a/content/05-mysql/10-reading-and-querying-data/05-optimizing-slow-queries.mdx +++ b/content/05-mysql/10-reading-and-querying-data/05-optimizing-slow-queries.mdx @@ -447,6 +447,6 @@ However, the database is only able to automatically optimize in a limited sense. -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. diff --git a/content/11-serverless/02-serverless-comparison.mdx b/content/11-serverless/02-serverless-comparison.mdx index 3834ce3e..8b5c6014 100644 --- a/content/11-serverless/02-serverless-comparison.mdx +++ b/content/11-serverless/02-serverless-comparison.mdx @@ -400,7 +400,7 @@ While different from some of the other offerings because of this positioning, Ne -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.