Skip to content

Commit cffd534

Browse files
Arthur GambyArthur Gamby
authored andcommitted
docs: update broken links for mongoose and bun
1 parent 1f3d1e9 commit cffd534

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

content/800-guides/050-migrate-from-mongoose.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ community_section: true
1010

1111
## Introduction
1212

13-
This guide shows you how to migrate your application from Mongoose to Prisma ORM. We'll use an extended version of the [Mongoose Express example](https://github.com/Automattic/mongoose/tree/master/examples/express) as a [sample project](https://github.com/prisma/migrate-from-mongoose-to-prisma) to demonstrate the migration steps.
13+
This guide shows you how to migrate your application from Mongoose to Prisma ORM. We'll use a [sample project](https://github.com/prisma/migrate-from-mongoose-to-prisma) to demonstrate the migration steps.
1414

1515
:::warning[MongoDB support for Prisma ORM v7]
1616

content/800-guides/370-bun.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ Bun executables are useful for:
309309

310310
## Next steps
311311

312-
You can explore the [sample app here](https://pris.ly/bun-guide-example) to see what you will build by following this guide. If you would like to add caching to your application, check out [this example](https://pris.ly/bun_ppg_example).
312+
You can explore [this example](https://pris.ly/bun_ppg_example) to see a sample application built with Bun and Prisma.
313313

314314
Now that you have a Bun application connected to a Prisma Postgres database, you can continue by:
315315

0 commit comments

Comments
 (0)