diff --git a/topics/reference_guide/project_model/project.md b/topics/reference_guide/project_model/project.md index 142fa1ded..0afce9373 100644 --- a/topics/reference_guide/project_model/project.md +++ b/topics/reference_guide/project_model/project.md @@ -1,4 +1,4 @@ - + # Project @@ -35,7 +35,7 @@ To work with projects and project files, use the following classes and interface Other classes for working with the project model are located in the [`projectModel-api.openapi`](%gh-ic%/platform/projectModel-api/src/com/intellij/openapi) package. Basic API classes and interfaces for the concepts of [`Project`](%gh-ic%/platform/core-api/src/com/intellij/openapi/project/Project.java), [`Module`](%gh-ic%/platform/core-api/src/com/intellij/openapi/module/Module.java) and [`Application`](%gh-ic%/platform/core-api/src/com/intellij/openapi/application/Application.java) are placed in the [`core-api.openapi`](%gh-ic%/platform/core-api/src/com/intellij/openapi) package. -### How to get a Project instance? +### How to get a `Project` instance? A Project instance is available in multiple contexts: