From fe2de3534981ef15ed3e9772344186958a595a8f Mon Sep 17 00:00:00 2001 From: dsyer Date: Fri, 12 Jun 2009 06:18:36 +0000 Subject: [PATCH] Fix link some more --- src/site/apt/getting-started.apt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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...)