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).