From 60c3e2f841238437f932ccbdf9bdfb95abee80c8 Mon Sep 17 00:00:00 2001 From: AuroraTea <1352685369@qq.com> Date: Mon, 9 Jan 2023 17:19:15 +0800 Subject: [PATCH] docs(guide): fix the link to deploy in `guide/.output` (#9994) --- docs/content/1.docs/2.guide/2.directory-structure/0.output.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/1.docs/2.guide/2.directory-structure/0.output.md b/docs/content/1.docs/2.guide/2.directory-structure/0.output.md index f051984a52a..016c13b7aa7 100644 --- a/docs/content/1.docs/2.guide/2.directory-structure/0.output.md +++ b/docs/content/1.docs/2.guide/2.directory-structure/0.output.md @@ -13,4 +13,4 @@ Nuxt creates the `.output/` directory when building your application for product You should not touch any files inside since the whole directory will be re-created when running `nuxt build`. :: -Use this directory to deploy your Nuxt application to production. Learn more in our [deployment section](/docs/guide/deploy). +Use this directory to deploy your Nuxt application to production. Learn more in our [deployment section](/docs/getting-started/deployment).