From 1789c6090e32de4c6a235ca41d99eb127fe1d58f Mon Sep 17 00:00:00 2001 From: AuroraTea <1352685369@qq.com> Date: Sun, 8 Jan 2023 17:33:56 +0800 Subject: [PATCH] docs: fix the link to deploy in `guide/.output` --- 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).