diff --git a/src/site/apt/getting-started.apt b/src/site/apt/getting-started.apt index 7e034d7e6..8aa2cd2d4 100644 --- a/src/site/apt/getting-started.apt +++ b/src/site/apt/getting-started.apt @@ -63,7 +63,7 @@ $ mvn test * Import the <<>> project from the samples directory. - * Find all the compile scope and non-optional runtime jar files listed in the {{{dependencies.html}dependencies report}} and import them into the project. + * Find all the compile scope and non-optional runtime jar files listed in the {{{spring-batch-core/dependencies.html}core dependencies report}} and {{{spring-batch-infrastructure/dependencies.html}infrastructure dependencies report}}, and import them into the project. * Force the workspace to build (e.g. Project -> Clean...)