From b54ce38c33c3fcebf1c0c55b3e9117e31de065f8 Mon Sep 17 00:00:00 2001 From: cbeams Date: Tue, 20 Dec 2011 10:44:14 -0800 Subject: [PATCH] Touch up 'manual download' section --- Downloading-Spring-artifacts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Downloading-Spring-artifacts.md b/Downloading-Spring-artifacts.md index 48bce18..3918657 100644 --- a/Downloading-Spring-artifacts.md +++ b/Downloading-Spring-artifacts.md @@ -136,4 +136,4 @@ The following configuration will resolve `spring-context` 3.1.0.RELEASE: ``` ## Manually downloading Spring distributions -If for whatever reason you are not using a build system with dependency management capabilities, you can download Spring Framework _distribution zips_ from the SpringSource [community download page](http://www.springsource.com/download/community?project=Spring%20Framework). These distributions contain all source and binary jar files, as well as Javadoc and reference documentation, but _do not_ contain external dependencies! However, if you build from source, you can create the `-with-dependencies.zip` locally. See the "To build a distribution" section of [Building from source] for details. +If for whatever reason you are not using a build system with dependency management capabilities, you can download Spring Framework _distribution zips_ from the SpringSource [community download page](http://www.springsource.com/download/community?project=Spring%20Framework). These distributions contain all source and binary jar files, as well as Javadoc and reference documentation, but _do not_ contain external dependencies! However, if you build from source you can create the `-dependencies.zip` locally. See the "To build a distribution" section of [Building from source] for details.