From a3c36fe24c794614a39cf98a6e989315cacc0063 Mon Sep 17 00:00:00 2001 From: Maaz-Ahmed007 <60651630+Maaz-Ahmed007@users.noreply.github.com> Date: Wed, 26 Jun 2024 06:36:46 -0700 Subject: [PATCH] =?UTF-8?q?Update=2001-installation.mdx=20"create-next-app?= =?UTF-8?q?"=20had=20link=20in=20one=20place=20an=E2=80=A6=20(#67150)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …d not in another place. "create-next-app" in apostrophe was mentioned twice but one with link and second without link which didn't sync together for me. So, I added the same link to the second one, maybe I am wrong. Co-authored-by: Jiwon Choi --- docs/01-getting-started/01-installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/01-getting-started/01-installation.mdx b/docs/01-getting-started/01-installation.mdx index 8a3c77058b553..a9589dc77fab7 100644 --- a/docs/01-getting-started/01-installation.mdx +++ b/docs/01-getting-started/01-installation.mdx @@ -35,7 +35,7 @@ Would you like to customize the import alias (`@/*` by default)? No / Yes What import alias would you like configured? @/* ``` -After the prompts, `create-next-app` will create a folder with your project name and install the required dependencies. +After the prompts, [`create-next-app`](/docs/app/api-reference/create-next-app) will create a folder with your project name and install the required dependencies. If you're new to Next.js, see the [project structure](/docs/getting-started/project-structure) docs for an overview of all the possible files and folders in your application.