Docs: Fix Railway link (#46381)

The current link leads to a 404 page. The new link leads to a page that describes how to deploy a Next.js application.
This commit is contained in:
Rowin 2023-02-24 21:01:14 +01:00 committed by GitHub
parent 26110b07cc
commit ee7c0c5ca4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,7 +100,7 @@ The following services support Next.js `v12+`. Below, youll find examples or
- [Digital Ocean App Platform](https://docs.digitalocean.com/tutorials/app-nextjs-deploy/)
- [Google Cloud Run](https://github.com/vercel/next.js/tree/canary/examples/with-docker)
- [Heroku](https://elements.heroku.com/buildpacks/mars/heroku-nextjs)
- [Railway](https://railway.app/new/starters/nextjs-prisma)
- [Railway](https://docs.railway.app/getting-started)
- [Render](https://render.com/docs/deploy-nextjs-app)
> **Note:** There are also managed platforms that allow you to use a Dockerfile as shown in the [example above](/docs/deployment.md#docker-image).