diff --git a/content/200-orm/200-prisma-client/500-deployment/101-traditional/300-deploy-to-flyio.mdx b/content/200-orm/200-prisma-client/500-deployment/101-traditional/300-deploy-to-flyio.mdx index af46193775..f40cb0e33f 100644 --- a/content/200-orm/200-prisma-client/500-deployment/101-traditional/300-deploy-to-flyio.mdx +++ b/content/200-orm/200-prisma-client/500-deployment/101-traditional/300-deploy-to-flyio.mdx @@ -53,3 +53,4 @@ The Prisma components of this app are in three files: That’s it. Your web service will be live at its `fly.dev` URL as soon as the deploy completes. Optionally [scale](https://fly.io/docs/launch/scale-count/) the size, number, and placement of machines as desired. [`fly console`](https://fly.io/docs/flyctl/console/) can be used to ssh into a new or existing machine. +More information can be found on in the [fly.io documentation](https://fly.io/docs/js/prisma/).