From 447b8d5a954e3589148bd8792d60facebee6bc35 Mon Sep 17 00:00:00 2001 From: Jacky Boen <1069338+aqiank@users.noreply.github.com> Date: Thu, 28 Mar 2024 02:16:53 +0800 Subject: [PATCH] Update 250-should-you-use-prisma.mdx (#5729) Update link for Make the Right Thing The Easy Thing slides --- .../050-overview/100-introduction/250-should-you-use-prisma.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/200-orm/050-overview/100-introduction/250-should-you-use-prisma.mdx b/content/200-orm/050-overview/100-introduction/250-should-you-use-prisma.mdx index 6e9a7a4432..684c9d38cc 100644 --- a/content/200-orm/050-overview/100-introduction/250-should-you-use-prisma.mdx +++ b/content/200-orm/050-overview/100-introduction/250-should-you-use-prisma.mdx @@ -57,7 +57,7 @@ No matter if you're a SQL newcomer or veteran, Prisma ORM will give you a signif Here are a couple of the guiding principles and general practices we apply when designing and building our tools: -- [make the right thing easy](https://www.jason.af/right-thing-easy-thing/) +- [make the right thing easy](https://git.io/right-thing-easy-thing) - [pit of success](https://blog.codinghorror.com/falling-into-the-pit-of-success/) - offer intelligent autocompletion where possible - build powerful editor extensions (e.g. for [VS Code](https://marketplace.visualstudio.com/items?itemName=Prisma.prisma))