diff --git a/docs/1.getting-started/10.deployment.md b/docs/1.getting-started/10.deployment.md index 426cac538dfb..3fa66525604c 100644 --- a/docs/1.getting-started/10.deployment.md +++ b/docs/1.getting-started/10.deployment.md @@ -7,7 +7,7 @@ navigation.icon: i-ph-cloud-duotone A Nuxt application can be deployed on a Node.js server, pre-rendered for static hosting, or deployed to serverless or edge (CDN) environments. ::callout -If you are looking for a list of cloud providers that support Nuxt 3, see the [Hosting providers](/deployments) section. +If you are looking for a list of cloud providers that support Nuxt 3, see the [Hosting providers](/deploy) section. :: ## Node.js Server @@ -142,7 +142,7 @@ export default defineNuxtConfig({ Nuxt 3 can be deployed to several cloud providers with a minimal amount of configuration: -:read-more{to="/deployments"} +:read-more{to="/deploy"} ## Presets