From 96e84f0695817a809e215189e3af3b13369b02c0 Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Mon, 12 May 2025 13:56:01 +0200 Subject: [PATCH] intro_project_wizard.md: Cleanups --- topics/tutorials/intro_project_wizard.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/topics/tutorials/intro_project_wizard.md b/topics/tutorials/intro_project_wizard.md index cc8e3dca8..f45db6a7e 100644 --- a/topics/tutorials/intro_project_wizard.md +++ b/topics/tutorials/intro_project_wizard.md @@ -1,16 +1,16 @@ - + # Project Wizard Tutorial The Project Wizard Tutorial section overview. This set of tutorials shows how to manipulate the process of project creation. -Configuring Project Wizard automatically allows you to do the following: +Configuring the Project Wizard automatically allows you to do the following: -1. [Adding New Steps to Project Wizard](adding_new_steps.md) -2. [Supporting Module Types](module_types.md) +1. [](adding_new_steps.md) +2. [](module_types.md) **Note:** -Main utilities to configure a custom project wizard can be found in the package +The main utilities to configure a custom project wizard can be found in the package [lang-api.ide.util.projectWizard](%gh-ic%/platform/lang-api/src/com/intellij/ide/util/projectWizard).